mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Add setting for transition length between different numbers of walls
Contributes to issue CURA-7686.
This commit is contained in:
parent
4c7220faa2
commit
47dee0d7c4
1 changed files with 13 additions and 0 deletions
|
@ -1067,6 +1067,19 @@
|
|||
"default_value": "inward_distributed",
|
||||
"limit_to_extruder": "wall_0_extruder_nr"
|
||||
},
|
||||
"wall_transition_length":
|
||||
{
|
||||
"label": "Wall Transition Length",
|
||||
"description": "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall lines.",
|
||||
"type": "float",
|
||||
"unit": "mm",
|
||||
"default_value": 0.4,
|
||||
"value": "line_width",
|
||||
"minimum_value": "0.001",
|
||||
"minimum_value_warning": "0.5 * line_width",
|
||||
"maximum_value_warning": "2 * line_width",
|
||||
"maximum_value": "min_bead_width * 3 * math.pi"
|
||||
},
|
||||
"wall_0_wipe_dist":
|
||||
{
|
||||
"label": "Outer Wall Wipe Distance",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue