mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:36:01 +08:00
Add constant marker to supportsPrintJobQueue
This commit is contained in:
parent
bd96978d37
commit
43cc5fbca9
@ -287,7 +287,7 @@ class CloudOutputDevice(UltimakerNetworkedPrinterOutputDevice):
|
|||||||
firmware_version = Version([version_number[0], version_number[1], version_number[2]])
|
firmware_version = Version([version_number[0], version_number[1], version_number[2]])
|
||||||
return firmware_version >= self.PRINT_JOB_ACTIONS_MIN_VERSION
|
return firmware_version >= self.PRINT_JOB_ACTIONS_MIN_VERSION
|
||||||
|
|
||||||
@pyqtProperty(bool)
|
@pyqtProperty(bool, constant = True)
|
||||||
def supportsPrintJobQueue(self) -> bool:
|
def supportsPrintJobQueue(self) -> bool:
|
||||||
"""Gets whether the printer supports a queue"""
|
"""Gets whether the printer supports a queue"""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user