From: Daid Date: Fri, 16 Mar 2012 18:46:40 +0000 (+0100) Subject: Fixing a problem with the heatup button in the first run wizard X-Git-Tag: RC1~66 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ff7782fa14c89c94bd9a7c83cc855a7c2728c6a3;p=cura.git Fixing a problem with the heatup button in the first run wizard --- diff --git a/SkeinPyPy/newui/configWizard.py b/SkeinPyPy/newui/configWizard.py index b561da4e..26edcd80 100644 --- a/SkeinPyPy/newui/configWizard.py +++ b/SkeinPyPy/newui/configWizard.py @@ -369,7 +369,7 @@ class UltimakerCalibrateStepsPerEPage(InfoPage): def OnHeatClick(self, e): threading.Thread(target=self.OnHeatRun).start() - def OnHeatRun(self, e): + def OnHeatRun(self): self.comm = machineCom.MachineCom() while True: line = self.comm.readline()