From 138d76e7d9e06852f9c6b7152cb2a998e313367a Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 6 Sep 2019 11:46:59 +0200 Subject: [PATCH] Rename speed to ratio Contributes to issue CURA-6755. --- plugins/PostProcessingPlugin/scripts/RetractContinue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/PostProcessingPlugin/scripts/RetractContinue.py b/plugins/PostProcessingPlugin/scripts/RetractContinue.py index 31e542fd81..b0af9cd95e 100644 --- a/plugins/PostProcessingPlugin/scripts/RetractContinue.py +++ b/plugins/PostProcessingPlugin/scripts/RetractContinue.py @@ -17,7 +17,7 @@ class RetractContinue(Script): { "extra_retraction_speed": { - "label": "Extra Retraction Speed", + "label": "Extra Retraction Ratio", "description": "How much does it retract during the travel move, by ratio of the travel length.", "type": "float", "default_value": 0.05