Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfieldOfView <aldo@fieldofview.com>2016-08-04 16:49:07 +0300
committerfieldOfView <aldo@fieldofview.com>2016-08-04 16:49:07 +0300
commit0faa7f4abb56190466343821626fbf5603cbe061 (patch)
treeb3d34235463f566e9a7cc1e2c1997fdd7591bbf2 /cura/PrinterOutputDevice.py
parented669925ad35a3647f2ae50983dd4617ce894757 (diff)
Fix error in PrinterOutputDevice.acceptsCommands
CURA-1851
Diffstat (limited to 'cura/PrinterOutputDevice.py')
-rw-r--r--cura/PrinterOutputDevice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/PrinterOutputDevice.py b/cura/PrinterOutputDevice.py
index 0fac851aba..153e5f7c42 100644
--- a/cura/PrinterOutputDevice.py
+++ b/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