From 1620ee6825a935a2ac757181d7c602bf4a4dc93b Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 6 Jun 2019 10:20:12 +0200 Subject: [PATCH] Rename user-visible setting This is the easy part... This setting actually indicates the maximum diameter that gets supported by a tower, so it should be more of a 'maximum diameter'. Now the setting key is very different from the setting name so we're going to change that too. Contributes to issue CURA-6311. --- 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 aaf4977e7d..81aebb5739 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -4582,8 +4582,8 @@ }, "support_minimal_diameter": { - "label": "Minimum Diameter", - "description": "Minimum diameter in the X/Y directions of a small area which is to be supported by a specialized support tower.", + "label": "Maximum Tower-Supported Diameter", + "description": "Maximum diameter in the X/Y directions of a small area which is to be supported by a specialized support tower.", "unit": "mm", "type": "float", "default_value": 3.0,