update filter margin name and description

This commit is contained in:
Tim Kuipers 2022-04-05 13:57:56 +02:00
parent 2f2f3bb528
commit d3e0b04eed

View File

@ -1152,8 +1152,8 @@
},
"wall_transition_filter_deviation":
{
"label": "Wall Transition Filter Deviation",
"description": "Prevent Wall Transition Filtering from inducing errors on the extrusion width larger than this value.",
"label": "Wall Transitioning Filter Margin",
"description": "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems.",
"type": "float",
"unit": "mm",
"default_value": 0.1,