mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Fixes for add by IP
This commit is contained in:
parent
0263a9a9f5
commit
ac177659e5
2 changed files with 8 additions and 3 deletions
|
@ -115,9 +115,10 @@ class LocalClusterOutputDeviceManager:
|
|||
self._onDeviceDiscovered("manual:{}".format(address), address, {
|
||||
b"name": status.name.encode("utf-8"),
|
||||
b"address": address.encode("utf-8"),
|
||||
b"machine": str(status.hardware.get("typeid", "")).encode("utf-8"),
|
||||
b"manual": b"true",
|
||||
b"incomplete": b"true",
|
||||
b"temporary": b"true"
|
||||
b"firmware_version": status.firmware.encode("utf-8"),
|
||||
b"cluster_size": b"1"
|
||||
})
|
||||
CuraApplication.getInstance().callLater(callback, True, address)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue