From c83ef32c171775322c899770919223abccd0d5ba Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Tue, 25 Aug 2015 13:30:28 +0200 Subject: [PATCH] changed support roof defaults (now concentric) --- resources/settings/fdmprinter.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/settings/fdmprinter.json b/resources/settings/fdmprinter.json index 87ba60343a..c6bc121b8b 100644 --- a/resources/settings/fdmprinter.json +++ b/resources/settings/fdmprinter.json @@ -1291,14 +1291,14 @@ "description": "This controls how densely filled the roofs of the support will be. A higher percentage results in better overhangs, which are more difficult to remove.", "unit": "%", "type": "float", - "default": 20, + "default": 100, "children": { "support_roof_line_distance": { "label": "Hammock Line Distance", "description": "Distance between the printed hammock lines.", "unit": "mm", "type": "float", - "default": 2, + "default": 0.4, "visible": false, "inherit_function": "0 if parent_value == 0 else (support_roof_line_width * 100) / parent_value" } @@ -1316,7 +1316,7 @@ "Concentric", "ZigZag" ], - "default": "Lines" + "default": "Concentric" }, "support_use_towers": { "label": "Use towers.",