chiark / gitweb /
Fix the checkup wizard, we get temperature readings before the machinie is operational.
authordaid303 <daid303@gmail.com>
Thu, 4 Oct 2012 12:16:46 +0000 (14:16 +0200)
committerdaid303 <daid303@gmail.com>
Thu, 4 Oct 2012 12:16:46 +0000 (14:16 +0200)
Cura/gui/configWizard.py

index e11bb47250300f4b3201769d0b8b4ce9b26e958e..0b42adfa57aeda5d40a40e02e44d4e4b34440b86 100644 (file)
@@ -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