Wait until the nozzle temperature is reached before starting to print

CURA-1794
This commit is contained in:
fieldOfView 2016-07-09 18:14:16 +02:00
parent f30bfafd4d
commit c01b7091c8

View file

@ -67,9 +67,19 @@
"settable_per_extruder": false,
"settable_per_meshgroup": false
},
"material_print_temp_wait":
{
"label": "Wait for nozzle heatup",
"description": "Whether to wait until the nozzle temperature is reached at the start.",
"default_value": true,
"type": "bool",
"settable_per_mesh": false,
"settable_per_extruder": false,
"settable_per_meshgroup": false
},
"material_print_temp_prepend":
{
"label": "Wait for material heatup",
"label": "Include material temperatures",
"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_value": true,
"type": "bool",