diff --git a/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py b/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py index 0c6ed4548a..82b8c1da62 100644 --- a/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py +++ b/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py @@ -291,7 +291,7 @@ class CloudOutputDevice(UltimakerNetworkedPrinterOutputDevice): def supportsPrintJobQueue(self) -> bool: """Gets whether the printer supports a queue""" - return "queue" in self._cluster.capabilities if self._cluster.capabilities else False + return "queue" in self._cluster.capabilities if self._cluster.capabilities else True def setJobState(self, print_job_uuid: str, state: str) -> None: """Set the remote print job state."""