From ddbd91951f4ace160df34c2fba0929a2a31807f7 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Tue, 29 Mar 2022 12:31:13 +0200 Subject: [PATCH] Rename Filter Distance We're not filtering distances, we're filtering stuff by this distance, so the word order should be reversed --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 3a8f88f084..16e82b2ecc 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1140,7 +1140,7 @@ }, "wall_transition_filter_distance": { - "label": "Wall Transition Distance Filter", + "label": "Wall Transition Filter Distance", "description": "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance.", "type": "float", "unit": "mm",