From 45c8ac9384dba28304f831caeeb2af22f3bacf01 Mon Sep 17 00:00:00 2001 From: MariskaMaas Date: Tue, 30 Mar 2021 16:28:43 +0200 Subject: [PATCH] Improve name and description of Minimum Variable Line Width It's deliberately a more vague name. The name is chosen to describe more of what the effect is of the setting than what actually happens. What actually happens is then described in the description. --- resources/definitions/fdmprinter.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 2bb2177129..d6f0642dda 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1069,8 +1069,8 @@ }, "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.", + "label": "Line Compactness", + "description": "The smallest line width, as a factor of the normal line width, below which it will choose to use fewer, but wider lines to fill the available space. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines.", "type": "float", "unit": "%", "default_value": 50,