mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Wait until the nozzle temperature is reached before starting to print
CURA-1794
This commit is contained in:
parent
f30bfafd4d
commit
c01b7091c8
1 changed files with 11 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue