From fe0fcc6eec6d5718b9479d0346673d9898874a70 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 26 Jun 2019 16:43:11 +0200 Subject: [PATCH] Change human-readable names of renamed settings too Forgot about those. Contributes to issue CURA-6329. --- resources/definitions/fdmprinter.def.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index b013851cef..dbdc9cc798 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -2246,7 +2246,7 @@ }, "material_anti_ooze_retracted_position": { - "label": "Anti-ooze Retraction Distance", + "label": "Anti-ooze Retracted Position", "description": "How far the material needs to be retracted before it stops oozing.", "type": "float", "unit": "mm", @@ -2272,7 +2272,7 @@ }, "material_break_preparation_retracted_position": { - "label": "Break Preparation Retraction Distance", + "label": "Break Preparation Retracted Position", "description": "How far the filament can be stretched before it breaks, while heated.", "type": "float", "unit": "mm", @@ -2298,7 +2298,7 @@ }, "material_break_retracted_position": { - "label": "Break Retraction Distance", + "label": "Break Retracted Position", "description": "How far to retract the filament in order to break it cleanly.", "type": "float", "unit": "mm",