checkpoint settings work

This commit is contained in:
Stewart Allen 2020-04-09 14:52:43 -04:00
commit 499f4ff2c2
9 changed files with 392 additions and 348 deletions

View file

@ -24,24 +24,20 @@
"G28 X0 Y0 ; home XY axes",
"M84 ; disable stepper motors"
],
"extruder":[
"extruders":[
{
"nozzle": 0.4,
"filament": 1.75,
"offset_x": 0,
"offset_y": 0,
"select": [
"T0"
],
"select": [ "T0" ],
"deselect": []
},
},{
"nozzle": 0.4,
"filament": 1.75,
"offset_x": 30,
"offset_y": 0,
"select": [
"T1"
],
"select": [ "T1" ],
"deselect": []
}
],

View file

@ -473,6 +473,11 @@ button.selected {
#devices-body {
height: 100%;
}
#device .tablerow button {
margin: 5px 3px 5px 3px;
padding-top: 0;
padding-bottom: 2px;
}
#device-labels span {
width: 200px;
padding: 2px 5px 2px 5px;