mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-28 17:18:39 +08:00
Improve defaults for pre-cooling
This is a profile update from the materials team. Micro-profile-update. This should make prints much better with high temperature materials such as CPE+.
This commit is contained in:
parent
ef4ad8d2ac
commit
2835ae8b07
@ -1196,7 +1196,7 @@
|
||||
"description": "The minimal temperature while heating up to the Printing Temperature at which printing can already start.",
|
||||
"unit": "°C",
|
||||
"type": "float",
|
||||
"default_value": 190,
|
||||
"value": "max(-273.15, material_print_temperature - 10)",
|
||||
"minimum_value": "-273.15",
|
||||
"minimum_value_warning": "material_standby_temperature",
|
||||
"maximum_value_warning": "material_print_temperature",
|
||||
@ -1210,7 +1210,7 @@
|
||||
"description": "The temperature to which to already start cooling down just before the end of printing.",
|
||||
"unit": "°C",
|
||||
"type": "float",
|
||||
"default_value": 180,
|
||||
"value": "max(-273.15, material_print_temperature - 15)",
|
||||
"minimum_value": "-273.15",
|
||||
"minimum_value_warning": "material_standby_temperature",
|
||||
"maximum_value_warning": "material_print_temperature",
|
||||
|
Loading…
x
Reference in New Issue
Block a user