JSON fix: give pre_print_temp and post_print_temp back their default_temp

This commit is contained in:
Tim Kuipers 2016-12-06 16:49:50 +01:00
parent 126b6d75dd
commit 976f822158

View file

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