diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index fde8e0875e..0ee23dc799 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -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,