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:
Erwan MATHIEU 2024-05-30 09:18:08 +02:00
parent 0d96537dd0
commit e863eee156

View File

@ -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":
{