Browse Source

update filter margin name and description

Tim Kuipers 2 years ago
parent
commit
d3e0b04eed
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/definitions/fdmprinter.def.json

+ 2 - 2
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,