Add warning that tree support increases slicing time

It's much slower than the normal support generation.
This commit is contained in:
Ghostkeeper 2018-01-22 12:51:26 +01:00
parent 71cea55bda
commit 3f81347ef8
No known key found for this signature in database
GPG Key ID: 5252B696FB5E7C7A

View File

@ -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,