mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Merge branch '3.4'
This commit is contained in:
commit
c42b275c5d
51 changed files with 18836 additions and 15903 deletions
|
@ -161,7 +161,8 @@ class UM3OutputDevicePlugin(OutputDevicePlugin):
|
|||
b"name": address.encode("utf-8"),
|
||||
b"address": address.encode("utf-8"),
|
||||
b"manual": b"true",
|
||||
b"incomplete": b"true"
|
||||
b"incomplete": b"true",
|
||||
b"temporary": b"true" # Still a temporary device until all the info is retrieved in _onNetworkRequestFinished
|
||||
}
|
||||
|
||||
if instance_name not in self._discovered_devices:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue