diff --git a/scripts/PauseAtHeight.py b/scripts/PauseAtHeight.py index 069807b..c397ab5 100644 --- a/scripts/PauseAtHeight.py +++ b/scripts/PauseAtHeight.py @@ -38,10 +38,10 @@ def getSettingDataString(self): "retraction_ammount": { "label": "Retraction", - "description": "How much fillament must be retracted at pause.", + "description": "How much fillament must be retracted at pause, to prevent oozing.", "unit": "mm", "type": "float", - "default_value": 0 + "default_value": 20.0 } } }"""