mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Add temp warnings for the buildplate
CURA-6977
This commit is contained in:
parent
36364ea59b
commit
8d2083a539
1 changed files with 6 additions and 1 deletions
|
@ -17,7 +17,12 @@
|
|||
"minimum_value": "0"
|
||||
},
|
||||
"material_bed_temperature": {
|
||||
"minimum_value": "0"
|
||||
"minimum_value": "0",
|
||||
"maximum_value_warning": "125"
|
||||
},
|
||||
"material_bed_temperature_layer_0":
|
||||
{
|
||||
"maximum_value_warning": "125"
|
||||
},
|
||||
"material_standby_temperature": {
|
||||
"minimum_value": "0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue