Hard limit iso warning on bed temperatures above 120C

PP-324
This commit is contained in:
Paul Kuiper 2024-09-19 08:56:35 +02:00
parent b334717a11
commit 5bbb2fca65

View File

@ -70,14 +70,12 @@
"machine_max_feedrate_e": { "default_value": 45 },
"material_bed_temperature":
{
"maximum_value": "140",
"maximum_value_warning": "120",
"maximum_value": "120",
"minimum_value": "0"
},
"material_bed_temperature_layer_0":
{
"maximum_value": "140",
"maximum_value_warning": "120",
"maximum_value": "120",
"minimum_value": "0"
},
"material_print_temp_wait": { "value": false },