chiark / gitweb /
Extrude the 100mm a bit faster, and wait a bit longer.
authordaid <daid303@gmail.com>
Fri, 16 Mar 2012 15:38:39 +0000 (16:38 +0100)
committerdaid <daid303@gmail.com>
Fri, 16 Mar 2012 15:38:39 +0000 (16:38 +0100)
SkeinPyPy/newui/configWizard.py

index 60f5682df4d94ce89d43e2805c75bd5af7b67c7b..b561da4e87cfecc383b97995d26f81bc03142534 100644 (file)
@@ -360,8 +360,8 @@ class UltimakerCalibrateStepsPerEPage(InfoPage):
                self.sendGCommand('M302') #Disable cold extrusion protection\r
                self.sendGCommand("M92 E%f" % (currentEValue));\r
                self.sendGCommand("G92 E0");\r
-               self.sendGCommand("G1 E100 F300");\r
-               time.sleep(10)\r
+               self.sendGCommand("G1 E100 F600");\r
+               time.sleep(15)\r
                self.comm.close()\r
                self.extrudeButton.Enable()\r
                self.heatButton.Enable()\r