mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 11:55:53 +08:00
Fix monitor page
CURA-11426
This commit is contained in:
parent
64cb060bd1
commit
a071795f9e
@ -331,7 +331,7 @@ class CloudOutputDevice(UltimakerNetworkedPrinterOutputDevice):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
[printer, *_] = self._printers
|
[printer, *_] = self._printers
|
||||||
return printer.pinterType in ("ultimaker_methodx", "ultimaker_methodxl")
|
return printer.name in ("ultimaker_methodx", "ultimaker_methodxl")
|
||||||
|
|
||||||
@pyqtProperty(bool, notify=_cloudClusterPrintersChanged)
|
@pyqtProperty(bool, notify=_cloudClusterPrintersChanged)
|
||||||
def supportsPrintJobActions(self) -> bool:
|
def supportsPrintJobActions(self) -> bool:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user