Action now has a list of found UM3 keys

CURA-336
This commit is contained in:
Jaime van Kessel 2016-06-23 14:04:50 +02:00
parent d7bb807e2b
commit f199d490bb
3 changed files with 33 additions and 2 deletions

View file

@ -31,6 +31,9 @@ class NetworkPrinterOutputDevicePlugin(OutputDevicePlugin):
def stop(self):
self._zero_conf.close()
def getPrinters(self):
return self._printers
def _onGlobalStackChanged(self):
active_machine = Application.getInstance().getGlobalContainerStack()
if not active_machine: