From 133972d230fefc5a7ae99bb4405f04ab7998e0d7 Mon Sep 17 00:00:00 2001 From: Peter Uithoven Date: Thu, 13 Oct 2016 14:26:46 +0200 Subject: [PATCH] Default pause retraction ammount of 20 Added why this retraction can be useful. --- scripts/PauseAtHeight.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } } }"""