From 48852381037af33ec8e6dd9860b626fa9ef72f03 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 29 Jun 2016 14:53:13 +0200 Subject: [PATCH] JSON feat: machine_min_cool_heat_time_window (CURA-1783) --- resources/definitions/fdmprinter.def.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index e6686f38fd..d187dc66be 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -183,6 +183,7 @@ "label": "Heat up speed", "description": "The speed (°C/s) by which the nozzle heats up averaged over the window of normal printing temperatures and the standby temperature.", "default_value": 2.0, + "unit": "°C/s", "type": "float", "settable_per_mesh": false, "settable_per_extruder": true @@ -192,6 +193,17 @@ "label": "Cool down speed", "description": "The speed (°C/s) by which the nozzle cools down averaged over the window of normal printing temperatures and the standby temperature.", "default_value": 2.0, + "unit": "°C/s", + "type": "float", + "settable_per_mesh": false, + "settable_per_extruder": true + }, + "machine_min_cool_heat_time_window": + { + "label": "Minimal Time Standby Temperature", + "description": "The minimal time an extruder has to be inactive before the nozzle is cooled. Only when an extruder is not used for longer than this time will it be allowed to cool down to the standby temperature.", + "default_value": 50.0, + "unit": "s", "type": "float", "settable_per_mesh": false, "settable_per_extruder": true