mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:35:57 +08:00
Remove mistake code
This commit is contained in:
parent
24f28fe03e
commit
5fc91e797e
@ -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
|
# 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.
|
# properties. So we need to tie them together like this.
|
||||||
self.metaDataChanged.connect(self.configuredConnectionTypesChanged)
|
self.metaDataChanged.connect(self.configuredConnectionTypesChanged)
|
||||||
self.metaDataChanged.connect(self.networkGroupNameChanged)
|
|
||||||
|
|
||||||
extrudersChanged = pyqtSignal()
|
extrudersChanged = pyqtSignal()
|
||||||
configuredConnectionTypesChanged = pyqtSignal()
|
configuredConnectionTypesChanged = pyqtSignal()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user