chiark / gitweb /
Also show the error log button when we are closed.
authorDaid <daid303@gmail.com>
Sun, 28 Oct 2012 10:23:21 +0000 (11:23 +0100)
committerDaid <daid303@gmail.com>
Sun, 28 Oct 2012 10:23:21 +0000 (11:23 +0100)
Cura/gui/printWindow.py

index 76f900e2ce052c7480859a934685cb6766d06c2e..9047e9e3f13d78efc051fbb459a839f708e4a42b 100644 (file)
@@ -342,7 +342,7 @@ class printWindow(wx.Frame):
                self.temperatureSelect.Enable(self.machineCom != None and self.machineCom.isOperational())\r
                self.bedTemperatureSelect.Enable(self.machineCom != None and self.machineCom.isOperational())\r
                self.directControlPanel.Enable(self.machineCom != None and self.machineCom.isOperational() and not self.machineCom.isPrinting())\r
-               self.machineLogButton.Show(self.machineCom != None and self.machineCom.isError())\r
+               self.machineLogButton.Show(self.machineCom != None and self.machineCom.isClosedOrError())\r
                if self.cam:\r
                        for button in self.cam.buttons:\r
                                button.Enable(self.machineCom == None or not self.machineCom.isPrinting())\r