From ff7782fa14c89c94bd9a7c83cc855a7c2728c6a3 Mon Sep 17 00:00:00 2001 From: Daid Date: Fri, 16 Mar 2012 19:46:40 +0100 Subject: [PATCH] Fixing a problem with the heatup button in the first run wizard --- SkeinPyPy/newui/configWizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.30.2