From 1fe18369b32a3d6676a53c5494347bd3439f83d2 Mon Sep 17 00:00:00 2001 From: daid Date: Fri, 16 Mar 2012 16:38:39 +0100 Subject: [PATCH] Extrude the 100mm a bit faster, and wait a bit longer. --- SkeinPyPy/newui/configWizard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() -- 2.30.2