mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
JSON fix: give pre_print_temp and post_print_temp back their default_temp
This commit is contained in:
parent
126b6d75dd
commit
976f822158
1 changed files with 2 additions and 0 deletions
|
@ -1293,6 +1293,7 @@
|
|||
"description": "The minimal temperature while heating up to the Printing Temperature at which printing can already start.",
|
||||
"unit": "°C",
|
||||
"type": "float",
|
||||
"default_value": 200,
|
||||
"value": "max(-273.15, material_print_temperature - 10)",
|
||||
"minimum_value": "-273.15",
|
||||
"minimum_value_warning": "material_standby_temperature",
|
||||
|
@ -1307,6 +1308,7 @@
|
|||
"description": "The temperature to which to already start cooling down just before the end of printing.",
|
||||
"unit": "°C",
|
||||
"type": "float",
|
||||
"default_value": 195,
|
||||
"value": "max(-273.15, material_print_temperature - 15)",
|
||||
"minimum_value": "-273.15",
|
||||
"minimum_value_warning": "material_standby_temperature",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue