mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Calculate AABB for non printing meshes
CURA-6480
This commit is contained in:
parent
3c43864dac
commit
24f28fe03e
2 changed files with 1 additions and 1 deletions
|
@ -45,6 +45,7 @@ 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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue