mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Meta data of the printer is now also visible
CURA-336
This commit is contained in:
parent
01eb65f303
commit
3b51c31772
3 changed files with 74 additions and 3 deletions
|
@ -27,6 +27,6 @@ class DiscoverUM3Action(MachineAction):
|
|||
def foundDevices(self):
|
||||
if self._network_plugin:
|
||||
printers = self._network_plugin.getPrinters()
|
||||
return [printers[printer].getProperties().get(b"name").decode("utf-8") for printer in printers]
|
||||
return [printers[printer] for printer in printers]
|
||||
else:
|
||||
return []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue