JSON: machine_settings ==> overrides (CURA-494)

This commit is contained in:
Tim Kuipers 2015-12-09 14:06:33 +01:00
parent 11f7f521c9
commit a390aa73a8
15 changed files with 25 additions and 45 deletions

View file

@ -10,7 +10,7 @@
"inherits": "fdmprinter.json",
"visible": "true",
"machine_settings": {
"overrides": {
"machine_width": { "default": 150 },
"machine_height": { "default": 150 },
"machine_depth": { "default": 150 },
@ -30,10 +30,8 @@
},
"machine_end_gcode": {
"default": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning"
}
},
},
"overrides": {
"material_bed_temperature": { "visible": false }
}
}