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:
bc275cc
)
Fix the checkup wizard, we get temperature readings before the machinie is operational.
author
daid303
<daid303@gmail.com>
Thu, 4 Oct 2012 12:16:46 +0000
(14:16 +0200)
committer
daid303
<daid303@gmail.com>
Thu, 4 Oct 2012 12:16:46 +0000
(14:16 +0200)
Cura/gui/configWizard.py
patch
|
blob
|
history
diff --git
a/Cura/gui/configWizard.py
b/Cura/gui/configWizard.py
index e11bb47250300f4b3201769d0b8b4ce9b26e958e..0b42adfa57aeda5d40a40e02e44d4e4b34440b86 100644
(file)
--- a/
Cura/gui/configWizard.py
+++ b/
Cura/gui/configWizard.py
@@
-346,6
+346,8
@@
class UltimakerCheckupPage(InfoPage):
pass
\r
\r
def mcTempUpdate(self, temp, bedTemp, targetTemp, bedTargetTemp):
\r
+ if not self.comm.isOperational():
\r
+ return
\r
if self.checkupState == 0:
\r
self.tempCheckTimeout = 20
\r
if temp > 70:
\r