From b96f3d7733ba34a45fb5a7a439488de7bd3b45e0 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Mon, 14 Mar 2016 12:02:54 +0100 Subject: [PATCH 1/2] JSON: make top_bottom_thickness available after all (CURA-1099) --- resources/machines/fdmprinter.json | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index 06f57a05a2..ae49124f5c 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -392,7 +392,6 @@ "min_value_warning": "0.6", "type": "float", "visible": true, - "enabled": "False", "children": { "top_thickness": { "label": "Top Thickness", From 34814cd65712c83cfe61fcbd80516b8cc21822d3 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Tue, 15 Mar 2016 11:10:20 +0100 Subject: [PATCH 2/2] JSON: updated conical support minimal width to 5mm: more chance it will stay up straight --- resources/machines/fdmprinter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index ae49124f5c..7bde053913 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -1328,7 +1328,7 @@ "label": "Minimal Width", "description": "Minimal width to which conical support reduces the support areas. Small widths can cause the base of the support to not act well as foundation for support above.", "unit": "mm", - "default": 3.0, + "default": 5.0, "min_value": "0", "min_value_warning": "machine_nozzle_size * 3", "max_value_warning": "100.0",