mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Actually perform the filtering based on machine type
CURA-2475
This commit is contained in:
parent
84defb27cf
commit
ec63d6931e
2 changed files with 5 additions and 2 deletions
|
@ -168,9 +168,9 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||
|
||||
printer_type = self._properties.get(b"machine", b"").decode("utf-8")
|
||||
if printer_type == "9511.0":
|
||||
self._updatePrinterType("UM3Extended")
|
||||
self._updatePrinterType("ultimaker3_extended")
|
||||
elif printer_type == "9066.0":
|
||||
self._updatePrinterType("UM3")
|
||||
self._updatePrinterType("ultimaker3")
|
||||
else:
|
||||
self._updatePrinterType("unknown")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue