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:
Ghostkeeper 2016-11-25 10:53:41 +01:00
parent ef4ad8d2ac
commit 2835ae8b07
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -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",