Fix the checkup wizard, we get temperature readings before the machinie is operational.

master
daid303 2012-10-04 14:16:46 +02:00
parent bc275ccdc2
commit b67ef20d3a
1 changed files with 2 additions and 0 deletions

View File

@ -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: