mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
CURA-5221 Added S5 ID code
This commit is contained in:
parent
d857541677
commit
54c32c52f6
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ class NetworkedPrinterOutputDevice(PrinterOutputDevice):
|
|||
printer_type = self._properties.get(b"machine", b"").decode("utf-8")
|
||||
printer_type_identifiers = {
|
||||
"9066": "ultimaker3",
|
||||
"9511": "ultimaker3_extended"
|
||||
"9511": "ultimaker3_extended",
|
||||
"9051": "ultimaker_s5"
|
||||
}
|
||||
self._printer_type = "Unknown"
|
||||
for key, value in printer_type_identifiers.items():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue