From a7ed0d011ad60f878629b86a1df6113718c0423a Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 15 Jun 2017 15:17:42 +0200 Subject: [PATCH] Rename speed settings for sanding to ironing This is consistent with the rest. I had forgotten these since they are in a different category. Contributes to issue CURA-3903. --- resources/definitions/fdmprinter.def.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 9b0bbbe5f1..8cba7c1711 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1972,7 +1972,7 @@ }, "speed_sanding": { - "label": "Sanding Speed", + "label": "Ironing Speed", "description": "The speed at which to pass over the top surface.", "type": "float", "unit": "mm/s", @@ -2313,8 +2313,8 @@ }, "acceleration_sanding": { - "label": "Sanding Acceleration", - "description": "The acceleration with which sanding is performed.", + "label": "Ironing Acceleration", + "description": "The acceleration with which ironing is performed.", "unit": "mm/s²", "type": "float", "minimum_value": "0.1", @@ -2601,8 +2601,8 @@ }, "jerk_sanding": { - "label": "Sanding Jerk", - "description": "The maximum instantaneous velocity change while performing sanding.", + "label": "Ironing Jerk", + "description": "The maximum instantaneous velocity change while performing ironing.", "unit": "mm/s", "type": "float", "minimum_value": "0.1",