Add wall_distribution_count

CURA-8458
This commit is contained in:
Jaime van Kessel 2021-08-06 17:05:27 +02:00
parent 6ecdcf39ff
commit c18f37b0f3

View file

@ -1115,6 +1115,15 @@
"maximum_value_warning": "2 * line_width",
"maximum_value": "min_bead_width * 3 * math.pi"
},
"wall_distribution_count":
{
"label": "Wall Distribution Count",
"description": "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width.",
"type": "int",
"default_value": 2,
"minimum_value": "1",
"enabled": "beading_strategy_type == 'inward_distributed'"
},
"wall_transition_angle":
{
"label": "Wall Transition Angle",