Update part 2.

All gcode tests now compatible with multi nozzle/layer.
Up button added.
This commit is contained in:
lawgicau
2021-07-13 09:40:40 +10:00
parent 80ec6f0f18
commit 959f18642b
19 changed files with 22735 additions and 97181 deletions

View File

@ -236,6 +236,20 @@ iframe {
margin-bottom:20px;
}
#up {
cursor: pointer;
position: fixed;
right: 50px;
bottom: 50px;
z-index: 10;
color:white;
background-color: #1b1f23;
border: white 2px solid;
padding: 15px;
border-radius: 10px;
box-shadow: 3px 3px 10px #000000;
}
#footer {
margin-top: 20px;
padding: 20px;