Browse Source

Fix error in PrinterOutputDevice.acceptsCommands

CURA-1851
fieldOfView 8 years ago
parent
commit
0faa7f4abb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cura/PrinterOutputDevice.py

+ 1 - 1
cura/PrinterOutputDevice.py

@@ -118,7 +118,7 @@ class PrinterOutputDevice(QObject, OutputDevice):
             self._error_text = error_text
             self.errorTextChanged.emit()
 
-    @pyqtProperty(str, notify = acceptsCommandsChanged)
+    @pyqtProperty(bool, notify = acceptsCommandsChanged)
     def acceptsCommands(self):
         return self._accepts_commands