mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 07:06:00 +08:00
Merge pull request #10244 from Ultimaker/CURA-8458_Expose_distribution_radius
Expose distribution radius
This commit is contained in:
commit
f019ad16ef
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user