Browse Source

Rename speed to ratio

Contributes to issue CURA-6755.
Ghostkeeper 5 years ago
parent
commit
138d76e7d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/PostProcessingPlugin/scripts/RetractContinue.py

+ 1 - 1
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