From 5037fab1b3134f6cbbc320a18935e652a650fb68 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 23 Mar 2016 13:26:51 +0100 Subject: [PATCH] JSON: fixed defaults which should hold for all machines (CURA-1195) --- resources/machines/fdmprinter.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index 90ed7e5801..2b026cc4df 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -603,6 +603,7 @@ "unit": "mm", "type": "float", "default": 0.04, + "inherit_function": "wall_line_width_0 / 4 if wall_line_count == 1 else wall_line_width_x / 4", "min_value_warning": "0", "max_value_warning": "machine_nozzle_size", "visible": false @@ -779,6 +780,7 @@ "unit": "mm", "type": "float", "default": 1.5, + "inherit_function": "line_width * 2", "min_value": "0", "max_value_warning": "10", "visible": false, @@ -788,7 +790,7 @@ "retraction_count_max": { "label": "Maximum Retraction Count", "description": "This setting limits the number of retractions occurring within the Minimum Extrusion Distance Window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues.", - "default": 8, + "default": 45, "min_value": "0", "max_value_warning": "100", "type": "int", @@ -971,7 +973,7 @@ "label": "Number of Slower Layers", "description": "The first few layers are printed slower than the rest of the object, this to get better adhesion to the printer bed and improve the overall success rate of prints. The speed is gradually increased over these layers. 4 layers of speed-up is generally right for most materials and printers.", "type": "int", - "default": 4, + "default": 2, "min_value": "0", "max_value_warning": "300", "visible": false, @@ -1007,6 +1009,7 @@ "unit": "mm", "type": "float", "default": 1.5, + "inherit_function": "machine_nozzle_tip_outer_diameter * 1.25", "min_value": "0", "max_value_warning": "machine_nozzle_tip_outer_diameter * 5", "visible": false, @@ -1119,6 +1122,7 @@ "unit": "mm", "type": "float", "default": 0.5, + "inherit_function": "layer_height_0", "min_value": "0", "max_value_warning": "10.0", "visible": false, @@ -1128,7 +1132,7 @@ "label": "Fan Full on at Layer", "description": "The layer number at which the fan is turned on completely. For the layers below this the fan speed is scaled linearly with the fan off for the first layer.", "type": "int", - "default": 4, + "default": 1, "min_value": "0", "max_value_warning": "100", "visible": false,