Merge pull request #10244 from Ultimaker/CURA-8458_Expose_distribution_radius

Expose distribution radius
This commit is contained in:
Remco Burema 2021-08-11 09:18:19 +02:00 committed by GitHub
commit f019ad16ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1115,6 +1115,15 @@
"maximum_value_warning": "2 * line_width", "maximum_value_warning": "2 * line_width",
"maximum_value": "min_bead_width * 3 * math.pi" "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": "wall_transition_angle":
{ {
"label": "Wall Transition Angle", "label": "Wall Transition Angle",