mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 05:13:14 +08:00
Printer name changed to printer type
printer names can be different for same type of printer. Also, printer type is coming from cloud here so the type search is changed accordingly CURA-11432
This commit is contained in:
parent
6aaee84b95
commit
1e230ffef1
@ -331,7 +331,7 @@ class CloudOutputDevice(UltimakerNetworkedPrinterOutputDevice):
|
||||
return False
|
||||
|
||||
[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)
|
||||
def supportsPrintJobActions(self) -> bool:
|
||||
|
Loading…
x
Reference in New Issue
Block a user