From 3f81347ef8584dec1ee25d983a0d10c5e438b715 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 22 Jan 2018 12:51:26 +0100 Subject: [PATCH] Add warning that tree support increases slicing time It's much slower than the normal support generation. --- 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 37b8b878af..0451bd2539 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -5139,7 +5139,7 @@ "support_tree_enable": { "label": "Tree Support", - "description": "Generate a tree-like support with branches that support your print. This may reduce material usage and print time.", + "description": "Generate a tree-like support with branches that support your print. This may reduce material usage and print time, but greatly increases slicing time.", "type": "bool", "default_value": false, "settable_per_mesh": true,