mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Comment. CURA-2232, CURA-2274
This commit is contained in:
parent
f3f1bf664a
commit
e038016ead
1 changed files with 2 additions and 0 deletions
|
|
@ -101,6 +101,8 @@ class BuildVolume(SceneNode):
|
||||||
" with printed models."))
|
" with printed models."))
|
||||||
|
|
||||||
# Must be after setting _build_volume_message, apparently that is used in getMachineManager.
|
# 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)
|
Application.getInstance().getMachineManager().activeQualityChanged.connect(self._onStackChanged)
|
||||||
|
|
||||||
def _onSceneChanged(self, source):
|
def _onSceneChanged(self, source):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue