mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
All found devices are now listed in the discover action
CURA-336
This commit is contained in:
parent
f199d490bb
commit
9a4fc0345c
3 changed files with 24 additions and 3 deletions
|
@ -26,7 +26,7 @@ class DiscoverUM3Action(MachineAction):
|
|||
@pyqtProperty("QVariantList", notify = printerDetected)
|
||||
def foundDevices(self):
|
||||
if self._network_plugin:
|
||||
print(list(self._network_plugin.getPrinters().keys()))
|
||||
|
||||
return list(self._network_plugin.getPrinters().keys())
|
||||
else:
|
||||
return []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue