Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Kuipers <t.kuipers@ultimaker.com>2016-12-06 18:49:50 +0300
committerTim Kuipers <t.kuipers@ultimaker.com>2016-12-06 18:49:57 +0300
commit976f8221580ad16c62e2baf0229c6b4beb5fba28 (patch)
treed72273d622174ad1adea178c650d945ac9fa02e0 /resources/definitions
parent126b6d75dd14ce6cc1334e074a9c7690c67cf93a (diff)
JSON fix: give pre_print_temp and post_print_temp back their default_temp
Diffstat (limited to 'resources/definitions')
-rw-r--r--resources/definitions/fdmprinter.def.json2
1 files changed, 2 insertions, 0 deletions
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",