diff --git a/cura/Settings/GlobalStack.py b/cura/Settings/GlobalStack.py index fed049126e..3ec73972dd 100755 --- a/cura/Settings/GlobalStack.py +++ b/cura/Settings/GlobalStack.py @@ -45,7 +45,6 @@ class GlobalStack(CuraContainerStack): # Since the metadatachanged is defined in container stack, we can't use it here as a notifier for pyqt # properties. So we need to tie them together like this. self.metaDataChanged.connect(self.configuredConnectionTypesChanged) - self.metaDataChanged.connect(self.networkGroupNameChanged) extrudersChanged = pyqtSignal() configuredConnectionTypesChanged = pyqtSignal()