From 976f8221580ad16c62e2baf0229c6b4beb5fba28 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Tue, 6 Dec 2016 16:49:50 +0100 Subject: [PATCH] JSON fix: give pre_print_temp and post_print_temp back their default_temp --- resources/definitions/fdmprinter.def.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index de8a9634d1..5c55b1da72 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -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",