mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Add wall_distribution_count
CURA-8458
This commit is contained in:
parent
6ecdcf39ff
commit
c18f37b0f3
1 changed files with 9 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue