Browse Source

Adjust description of Change Retraction for rel. extrusion

A patch-up until we have a real solution, as suggested in #11487.
Ghostkeeper 3 years ago
parent
commit
e715017545
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/PostProcessingPlugin/scripts/ChangeAtZ.py

+ 1 - 1
plugins/PostProcessingPlugin/scripts/ChangeAtZ.py

@@ -298,7 +298,7 @@ class ChangeAtZ(Script):
                 },
                 "caz_change_retract": {
                     "label": "Change Retraction",
-                    "description": "Indicates you would like to modify retraction properties.",
+                    "description": "Indicates you would like to modify retraction properties. Does not work when using relative extrusion.",
                     "type": "bool",
                     "default_value": false
                 },