Disallow negative branch angles

The engine can't really handle that any more.

Contributes to issue CURA-4523.
This commit is contained in:
Ghostkeeper 2018-01-05 13:46:05 +01:00
parent a8ad956c92
commit a717960695
No known key found for this signature in database
GPG Key ID: 5252B696FB5E7C7A

View File

@ -3854,12 +3854,11 @@
"support_tree_branch_diameter_angle":
{
"label": "Tree Support Branch Diameter Angle",
"description": "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A negative angle makes them thinner towards the bottom, so be careful as they might disappear. A small positive angle can increase stability of the tree support.",
"description": "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support.",
"unit": "°",
"type": "float",
"minimum_value": "-89.9999",
"minimum_value": "0",
"maximum_value": "89.9999",
"minimum_value_warning": "0",
"maximum_value_warning": "15",
"default_value": 5,
"limit_to_extruder": "support_infill_extruder_nr",