chiark / gitweb /
Increment version number
[cura.git] / plugins / pauseAtZ.py
index 2991be4a0fa5467defb1ae2ffb3c1529db3f2f51..bb104b312b32c04704b04bf431ea236293b0c18d 100644 (file)
@@ -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