mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Action now has a list of found UM3 keys
CURA-336
This commit is contained in:
parent
d7bb807e2b
commit
f199d490bb
3 changed files with 33 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue