From: daid303 Date: Thu, 4 Oct 2012 12:16:46 +0000 (+0200) Subject: Fix the checkup wizard, we get temperature readings before the machinie is operational. X-Git-Tag: 13.03~282 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b67ef20d3adcc428a88e2b9d98fce5eaffebc9ea;p=cura.git Fix the checkup wizard, we get temperature readings before the machinie is operational. --- diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index e11bb472..0b42adfa 100644 --- a/Cura/gui/configWizard.py +++ b/Cura/gui/configWizard.py @@ -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: