From c4b98f4760f3aa77a61827884be51481560333e4 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 18 Jun 2018 14:25:38 +0200 Subject: [PATCH] Reduce tree support branch distance dramatically I've tested a lot with this and found this the most major contributor to the bad surface quality that you're getting with tree support, so I'm reducing the default of this setting. --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index ebd8999161..5bf12fb732 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -5433,7 +5433,7 @@ "unit": "mm", "type": "float", "minimum_value": "0.001", - "default_value": 4, + "default_value": 1, "limit_to_extruder": "support_infill_extruder_nr", "enabled": "support_tree_enable", "settable_per_mesh": true