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

@ -7,7 +7,7 @@
"platform": "bq_witbox_platform.stl",
"inherits": "fdmprinter.json",
"machine_settings": {
"overrides": {
"machine_start_gcode": {
"default": "; -- START GCODE --\nM800 ; Custom GCODE to fire start print procedure\n; -- end of START GCODE --"
},
@ -34,9 +34,7 @@
},
"machine_platform_offset": {
"default": [0, -145, -38]
}
},
"overrides": {
},
"material_print_temperature": { "default": 210.0, "visible": true },
"material_bed_temperature": { "default": 0 },
"material_diameter": { "default": 1.75 },