mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add setting to specialise the wall transitioning angle
Similar to the previous setting Wall Transition Length, but this determines how fast lines come together, which can be faster than the Wall Transition Length. Contributes to issue CURA-7686.
This commit is contained in:
parent
847ead2b73
commit
32bdd284f9
1 changed files with 12 additions and 0 deletions
|
|
@ -1080,6 +1080,18 @@
|
|||
"maximum_value_warning": "2 * line_width",
|
||||
"maximum_value": "min_bead_width * 3 * math.pi"
|
||||
},
|
||||
"wall_transition_angle":
|
||||
{
|
||||
"label": "Wall Transition Angle",
|
||||
"description": "When transitioning between different numbers of walls as the part becomes thinner, two adjacent walls will join together at this angle. This can make the walls come together faster than what the Wall Transition Length indicates, filling the space better.",
|
||||
"type": "float",
|
||||
"unit": "°",
|
||||
"default_value": 30,
|
||||
"minimum_value": "1",
|
||||
"minimum_value_warning": "15",
|
||||
"maximum_value_warning": "50",
|
||||
"maximum_value": "59"
|
||||
},
|
||||
"wall_0_wipe_dist":
|
||||
{
|
||||
"label": "Outer Wall Wipe Distance",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue