mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:05:53 +08:00
Wait until the nozzle temperature is reached before starting to print
CURA-1794
This commit is contained in:
parent
f30bfafd4d
commit
c01b7091c8
@ -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…
x
Reference in New Issue
Block a user