Fixing a problem with the heatup button in the first run wizard

master
Daid 2012-03-16 19:46:40 +01:00
parent 2296e475cb
commit ff7782fa14
1 changed files with 1 additions and 1 deletions

View File

@ -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()