Skip to content

Commit

Permalink
Fix monitor page
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Dec 15, 2023
1 parent 64cb060 commit a071795
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.pinterType in ("ultimaker_methodx", "ultimaker_methodxl")
return printer.name in ("ultimaker_methodx", "ultimaker_methodxl")

@pyqtProperty(bool, notify=_cloudClusterPrintersChanged)
def supportsPrintJobActions(self) -> bool:
Expand Down

0 comments on commit a071795

Please sign in to comment.