From d33c8e843611a66fbc0e3eb88d80c6f1bd8f0d90 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 17 Mar 2017 11:24:10 +0100 Subject: [PATCH] Fix spelling of support interface acceleration descriptions My own copy-paste mistake here. 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 a3731edff7..f5402dd294 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -2202,7 +2202,7 @@ "acceleration_support_bottom": { "label": "Support Bottom Acceleration", - "description": "The accelerations with which the bottoms of support are printed. Printing them at lower acceleration can improve adhesion of support on top of your model.", + "description": "The acceleration with which the bottoms of support are printed. Printing them at lower acceleration can improve adhesion of support on top of your model.", "unit": "mm/s²", "type": "float", "default_value": 3000, @@ -2218,7 +2218,7 @@ "acceleration_support_roof": { "label": "Support Roof Acceleration", - "description": "The accelerations with which the roofs of support are printed. Printing them at lower acceleration can improve overhang quality.", + "description": "The acceleration with which the roofs of support are printed. Printing them at lower acceleration can improve overhang quality.", "unit": "mm/s²", "type": "float", "default_value": 3000,