mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
Linking a key to a printer now re-checks connection
CURA-336
This commit is contained in:
parent
bb9d3a47ef
commit
a61ac82433
2 changed files with 6 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue