Browse Source

Add warning that tree support increases slicing time

It's much slower than the normal support generation.
Ghostkeeper 7 years ago
parent
commit
3f81347ef8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/definitions/fdmprinter.def.json

+ 1 - 1
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,