mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:55:56 +08:00
Comment. CURA-2232, CURA-2274
This commit is contained in:
parent
f3f1bf664a
commit
e038016ead
@ -101,6 +101,8 @@ class BuildVolume(SceneNode):
|
||||
" with printed models."))
|
||||
|
||||
# Must be after setting _build_volume_message, apparently that is used in getMachineManager.
|
||||
# activeQualityChanged is always emitted after setActiveVariant, setActiveMaterial and setActiveQuality.
|
||||
# Therefore this works.
|
||||
Application.getInstance().getMachineManager().activeQualityChanged.connect(self._onStackChanged)
|
||||
|
||||
def _onSceneChanged(self, source):
|
||||
|
Loading…
x
Reference in New Issue
Block a user