From f5f6c5927f61bcfde19577bc739844bfff7750af Mon Sep 17 00:00:00 2001 From: nickthetait Date: Wed, 3 Jun 2015 09:52:41 -0600 Subject: [PATCH] Improve pause at height plugin --- plugins/pauseAtZ.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/pauseAtZ.py b/plugins/pauseAtZ.py index 2991be4a..bb104b31 100644 --- a/plugins/pauseAtZ.py +++ b/plugins/pauseAtZ.py @@ -2,11 +2,11 @@ #Info: Pause the printer at a certain height #Depend: GCode #Type: postprocess -#Param: pauseLevel(float:5.0) Pause height (mm) -#Param: parkX(float:190) Head park X (mm) -#Param: parkY(float:190) Head park Y (mm) -#Param: moveZ(float:0) Head move Z (mm) -#Param: retractAmount(float:5) Retraction amount (mm) +#Param: pauseLevel(float:1.0) Pause height (mm) +#Param: parkX(float:150) Head park X (mm) +#Param: parkY(float:0) Head park Y (mm) +#Param: moveZ(float:5) Head move Z (mm) +#Param: retractAmount(float:1) Retraction amount (mm) __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License" import re -- 2.30.2