chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2296e47
)
Fixing a problem with the heatup button in the first run wizard
author
Daid
<daid303@gmail.com>
Fri, 16 Mar 2012 18:46:40 +0000
(19:46 +0100)
committer
Daid
<daid303@gmail.com>
Fri, 16 Mar 2012 18:46:40 +0000
(19:46 +0100)
SkeinPyPy/newui/configWizard.py
patch
|
blob
|
history
diff --git
a/SkeinPyPy/newui/configWizard.py
b/SkeinPyPy/newui/configWizard.py
index b561da4e87cfecc383b97995d26f81bc03142534..26edcd80641c24f1c99c53643c4cded1c3584209 100644
(file)
--- a/
SkeinPyPy/newui/configWizard.py
+++ b/
SkeinPyPy/newui/configWizard.py
@@
-369,7
+369,7
@@
class UltimakerCalibrateStepsPerEPage(InfoPage):
def OnHeatClick(self, e):
\r
threading.Thread(target=self.OnHeatRun).start()
\r
\r
- def OnHeatRun(self
, e
):
\r
+ def OnHeatRun(self):
\r
self.comm = machineCom.MachineCom()
\r
while True:
\r
line = self.comm.readline()
\r