mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Merge pull request #19662 from Ultimaker/PP-324-Limit-buildplate-to-120C
PP-324 Hard limit iso warning on bed temperatures above 120C
This commit is contained in:
commit
c5348fa034
1 changed files with 2 additions and 4 deletions
|
@ -70,14 +70,12 @@
|
||||||
"machine_max_feedrate_e": { "default_value": 45 },
|
"machine_max_feedrate_e": { "default_value": 45 },
|
||||||
"material_bed_temperature":
|
"material_bed_temperature":
|
||||||
{
|
{
|
||||||
"maximum_value": "140",
|
"maximum_value": "120",
|
||||||
"maximum_value_warning": "120",
|
|
||||||
"minimum_value": "0"
|
"minimum_value": "0"
|
||||||
},
|
},
|
||||||
"material_bed_temperature_layer_0":
|
"material_bed_temperature_layer_0":
|
||||||
{
|
{
|
||||||
"maximum_value": "140",
|
"maximum_value": "120",
|
||||||
"maximum_value_warning": "120",
|
|
||||||
"minimum_value": "0"
|
"minimum_value": "0"
|
||||||
},
|
},
|
||||||
"material_print_temp_wait": { "value": false },
|
"material_print_temp_wait": { "value": false },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue