Add Minimum Variable Line Width setting

This is similar to min_bead_width really, but applies to normal walls rather than thin parts.

Contributes to issue CURA-7686.
This commit is contained in:
Ghostkeeper 2020-11-30 18:18:56 +01:00
parent 9ecb951786
commit 3208d032c4
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

@ -1067,6 +1067,18 @@
"default_value": "inward_distributed",
"limit_to_extruder": "wall_0_extruder_nr"
},
"wall_transition_threshold":
{
"label": "Minimum Variable Line Width",
"description": "The smallest line width, as a factor of the normal line width, beyond which it will choose to use fewer, but wider lines to fill the available space. Reduce this threshold to use more, thinner lines. Increase to use fewer, wider lines.",
"type": "float",
"unit": "%",
"default_value": 50,
"minimum_value": "1",
"minimum_value_warning": "min_bead_width / line_width * 100",
"maximum_value_warning": "75",
"maximum_value": "100"
},
"wall_transition_length":
{
"label": "Wall Transition Length",