mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue