From fb29948f888b48937ba7cfdef01d90384962c956 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 13 Apr 2017 18:10:28 +0200 Subject: [PATCH] Update description of support_roof/bottom_enable Better terminology according to our UX designer. Contributes to issue CURA-3491. --- 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 dd2755e7b8..3199398eba 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -3300,7 +3300,7 @@ "support_bottom_enable": { "label": "Enable Support Floor", - "description": "Generate a dense slab of material below the support where it rests on the model. This will create a skin between the model and support.", + "description": "Generate a dense slab of material between the bottom of the support and the model. This will create a skin between the model and support.", "type": "bool", "default_value": false, "value": "support_interface_enable", @@ -3311,7 +3311,7 @@ "support_roof_enable": { "label": "Enable Support Roof", - "description": "Generate a dense roof above the support where the model rests on the support. This will create a skin between the model and support.", + "description": "Generate a dense slab of material between the top of support and the model. This will create a skin between the model and support.", "type": "bool", "default_value": false, "value": "support_interface_enable",