mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Disable wait for temperature for UltiMaker printers
Previously the material_print_temp_prepend and material_print_temp_wait were ignored for Griffin-flavored printers. Now we do handle them because we want the prepend, but we don't want the wait so disable it.
This commit is contained in:
parent
0d96537dd0
commit
e863eee156
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@
|
|||
"maximum_value_warning": "120",
|
||||
"minimum_value": "0"
|
||||
},
|
||||
"material_print_temp_wait": { "value": false },
|
||||
"material_print_temperature": { "minimum_value": "0" },
|
||||
"material_standby_temperature":
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue