Remove Variable Line Strategy

We will only support the Inwards Distributed strategy type from here on out. You can achieve a similar result as that one by adjusting the Wall Distribution Count setting (1 is Center Deviation, 2 is Inwards Distributed, 999999 approximates Distributed).

Contributes to issue CURA-8466.
This commit is contained in:
Ghostkeeper 2022-03-29 15:17:24 +02:00
parent c658ad6d3a
commit 4a82c82435
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

@ -1088,20 +1088,6 @@
} }
} }
}, },
"beading_strategy_type":
{
"label": "Variable Line Strategy",
"description": "Strategy to use to print the width of a part with a number of walls. This determines how many walls it will use for a certain total width, and how wide each of these lines are. \"Center Deviation\" will print all walls at the nominal line width except the central one(s), causing big variations in the center but very consistent outsides. \"Distributed\" distributes the width equally over all walls. \"Inward Distributed\" is a balance between the other two, distributing the changes in width over all walls but keeping the walls on the outside slightly more consistent.",
"type": "enum",
"options":
{
"center_deviation": "Center Deviation",
"distributed": "Distributed",
"inward_distributed": "Inward Distributed"
},
"default_value": "inward_distributed",
"limit_to_extruder": "wall_0_extruder_nr"
},
"wall_transition_length": "wall_transition_length":
{ {
"label": "Wall Transition Length", "label": "Wall Transition Length",
@ -1122,8 +1108,7 @@
"type": "int", "type": "int",
"maximum_value": "999999", "maximum_value": "999999",
"default_value": 1, "default_value": 1,
"minimum_value": "1", "minimum_value": "1"
"enabled": "beading_strategy_type == 'inward_distributed'"
}, },
"wall_transition_angle": "wall_transition_angle":
{ {