From d65cc00c6971b7aea30aea425a67c1dbd7bb6781 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 5 Apr 2017 13:39:03 +0200 Subject: [PATCH] Rephrase description of enable support bottoms It must have a different phrasing than 'support bottom', or else it won't give an actual explanation of what support bottoms are, but 'flooring' was not acceptable. Contributes to issue CURA-3491. --- 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 d30c27e861..6404c01f8d 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -3241,7 +3241,7 @@ "support_bottom_enable": { "label": "Enable Support Bottom", - "description": "Generate a dense flooring below the support where it rests on the model. This will create a skin between the model and support.", + "description": "Generate dense floors below the support where it rests on the model. This will create a skin between the model and support.", "type": "bool", "default_value": false, "value": "support_interface_enable",