JSON: description of new material_print_temp_wait and material_bed_temp_wait

This commit is contained in:
Tim Kuipers 2015-11-17 10:45:56 +01:00
parent 8060ab02f9
commit c493b64cb8

View File

@ -18,9 +18,11 @@
"default": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84"
},
"material_bed_temp_wait": {
"description": "Whether to insert a command to wait until the bed temperature is reached at the start.",
"default": true
},
"material_print_temp_wait": {
"description": "Whether to insert a command to wait until the nozzle temperatures are reached at the start.",
"default": true
},
"machine_width": {