Linking a key to a printer now re-checks connection

CURA-336
This commit is contained in:
Jaime van Kessel 2016-06-23 16:20:20 +02:00
parent bb9d3a47ef
commit a61ac82433
2 changed files with 6 additions and 2 deletions

View file

@ -39,3 +39,7 @@ class DiscoverUM3Action(MachineAction):
global_container_stack.setMetaDataEntry("key", key)
else:
global_container_stack.addMetaDataEntry("key", key)
if self._network_plugin:
# Ensure that the connection states are refreshed.
self._network_plugin.reCheckConnections()