JSON: PR fix: material_print_temp_prepend and material_bed_temp_prepend weren't in the json file

This commit is contained in:
Tim Kuipers 2015-11-17 12:04:16 +01:00
parent c493b64cb8
commit 94ee3882ad

View File

@ -25,6 +25,14 @@
"description": "Whether to insert a command to wait until the nozzle temperatures are reached at the start.",
"default": true
},
"material_print_temp_prepend": {
"description": "Whether to include nozzle temperature commands at the start of the gcode. When the start_gcode already contains nozzle temperature commands Cura frontend will automatically disable this setting.",
"default": true
},
"material_bed_temp_prepend": {
"description": "Whether to include bed temperature commands at the start of the gcode. When the start_gcode already contains bed temperature commands Cura frontend will automatically disable this setting.",
"default": true
},
"machine_width": {
"description": "The width (X-direction) of the printable area.",
"default": 100