From 2835ae8b07621a18aeead5166ab8aa38ce7f4bcf Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 25 Nov 2016 10:53:41 +0100 Subject: [PATCH 1/2] 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+. --- resources/definitions/fdmprinter.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index ba5ea5d13f..89730a1572 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -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", From dcb7e2abafc03512008fe2455e24777a1db403e9 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 25 Nov 2016 11:36:06 +0100 Subject: [PATCH 2/2] Fix capitalisation of setting names Saw a few inconsistencies. --- resources/definitions/fdmprinter.def.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 89730a1572..45a1d491af 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -2302,7 +2302,7 @@ }, "travel_avoid_other_parts": { - "label": "Avoid Printed Parts when Traveling", + "label": "Avoid Printed Parts When Traveling", "description": "The nozzle avoids already printed parts when traveling. This option is only available when combing is enabled.", "type": "bool", "default_value": true, @@ -2327,7 +2327,7 @@ }, "start_layers_at_same_position": { - "label": "Start Layers With The Same Part", + "label": "Start Layers with the Same Part", "description": "In each layer start with printing the object near the same point, so that we don't start a new layer with printing the piece which the previous layer ended with. This makes for better overhangs and small parts, but increases printing time.", "type": "bool", "default_value": false, @@ -2362,7 +2362,7 @@ "settable_per_meshgroup": true }, "retraction_hop_enabled": { - "label": "Z Hop when Retracted", + "label": "Z Hop When Retracted", "description": "Whenever a retraction is done, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate.", "type": "bool", "default_value": false,