Fix the checkup wizard, we get temperature readings before the machinie is operational.
This commit is contained in:
parent
bc275ccdc2
commit
b67ef20d3a
1 changed files with 2 additions and 0 deletions
|
|
@ -346,6 +346,8 @@ class UltimakerCheckupPage(InfoPage):
|
|||
pass
|
||||
|
||||
def mcTempUpdate(self, temp, bedTemp, targetTemp, bedTargetTemp):
|
||||
if not self.comm.isOperational():
|
||||
return
|
||||
if self.checkupState == 0:
|
||||
self.tempCheckTimeout = 20
|
||||
if temp > 70:
|
||||
|
|
|
|||
Loading…
Reference in a new issue