From: daid Date: Fri, 16 Mar 2012 15:38:39 +0000 (+0100) Subject: Extrude the 100mm a bit faster, and wait a bit longer. X-Git-Tag: RC1~69 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1fe18369b32a3d6676a53c5494347bd3439f83d2;p=cura.git Extrude the 100mm a bit faster, and wait a bit longer. --- diff --git a/SkeinPyPy/newui/configWizard.py b/SkeinPyPy/newui/configWizard.py index 60f5682d..b561da4e 100644 --- a/SkeinPyPy/newui/configWizard.py +++ b/SkeinPyPy/newui/configWizard.py @@ -360,8 +360,8 @@ class UltimakerCalibrateStepsPerEPage(InfoPage): self.sendGCommand('M302') #Disable cold extrusion protection self.sendGCommand("M92 E%f" % (currentEValue)); self.sendGCommand("G92 E0"); - self.sendGCommand("G1 E100 F300"); - time.sleep(10) + self.sendGCommand("G1 E100 F600"); + time.sleep(15) self.comm.close() self.extrudeButton.Enable() self.heatButton.Enable()