Skip to content

Commit

Permalink
Merge pull request #17878 from Ultimaker/CURA-11432-fixing-ismethod-f…
Browse files Browse the repository at this point in the history
…unction

Printer name changed to printer type
  • Loading branch information
casperlamboo authored Jan 4, 2024
2 parents 7171182 + 1e230ff commit 1ba34ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def isMethod(self) -> bool:
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:
Expand Down

0 comments on commit 1ba34ec

Please sign in to comment.