mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
1 changed files with 2 additions and 2 deletions
|
|
@ -1196,7 +1196,7 @@
|
||||||
"description": "The minimal temperature while heating up to the Printing Temperature at which printing can already start.",
|
"description": "The minimal temperature while heating up to the Printing Temperature at which printing can already start.",
|
||||||
"unit": "°C",
|
"unit": "°C",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 190,
|
"value": "max(-273.15, material_print_temperature - 10)",
|
||||||
"minimum_value": "-273.15",
|
"minimum_value": "-273.15",
|
||||||
"minimum_value_warning": "material_standby_temperature",
|
"minimum_value_warning": "material_standby_temperature",
|
||||||
"maximum_value_warning": "material_print_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.",
|
"description": "The temperature to which to already start cooling down just before the end of printing.",
|
||||||
"unit": "°C",
|
"unit": "°C",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 180,
|
"value": "max(-273.15, material_print_temperature - 15)",
|
||||||
"minimum_value": "-273.15",
|
"minimum_value": "-273.15",
|
||||||
"minimum_value_warning": "material_standby_temperature",
|
"minimum_value_warning": "material_standby_temperature",
|
||||||
"maximum_value_warning": "material_print_temperature",
|
"maximum_value_warning": "material_print_temperature",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue