mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 04:25:52 +08:00
Merge pull request #17878 from Ultimaker/CURA-11432-fixing-ismethod-function
Printer name changed to printer type
This commit is contained in:
commit
1ba34ec0ff
@ -331,7 +331,7 @@ class CloudOutputDevice(UltimakerNetworkedPrinterOutputDevice):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
[printer, *_] = self._printers
|
[printer, *_] = self._printers
|
||||||
return printer.name in ("ultimaker_methodx", "ultimaker_methodxl")
|
return printer.type in ("MakerBot Method X", "MakerBot Method XL")
|
||||||
|
|
||||||
@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