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_hephestos_platform.stl",
"inherits": "fdmprinter.json",
"machine_settings": {
"overrides": {
"machine_start_gcode": {
"default": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z15.0 F1200 ;move Z to position 15.0 mm\nG92 E0 ;zero the extruded length\nG1 E20 F200 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7200 ;set feedrate to 120 mm/sec\n; -- end of START GCODE --"
},
@ -34,9 +34,7 @@
},
"machine_platform_offset": {
"default": [0, -82, 0]
}
},
"overrides": {
},
"layer_height": { "default": 0.2 },
"layer_height_0": { "default": 0.2, "visible": false },
"shell_thickness": { "default": 1.0 },