mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 01:55:57 +08:00
Disallow negative branch angles
The engine can't really handle that any more. Contributes to issue CURA-4523.
This commit is contained in:
parent
a8ad956c92
commit
a717960695
@ -3854,12 +3854,11 @@
|
|||||||
"support_tree_branch_diameter_angle":
|
"support_tree_branch_diameter_angle":
|
||||||
{
|
{
|
||||||
"label": "Tree Support 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": "°",
|
"unit": "°",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"minimum_value": "-89.9999",
|
"minimum_value": "0",
|
||||||
"maximum_value": "89.9999",
|
"maximum_value": "89.9999",
|
||||||
"minimum_value_warning": "0",
|
|
||||||
"maximum_value_warning": "15",
|
"maximum_value_warning": "15",
|
||||||
"default_value": 5,
|
"default_value": 5,
|
||||||
"limit_to_extruder": "support_infill_extruder_nr",
|
"limit_to_extruder": "support_infill_extruder_nr",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user