Comment. CURA-2232, CURA-2274

This commit is contained in:
Jack Ha 2016-09-26 16:06:36 +02:00
parent f3f1bf664a
commit e038016ead

View File

@ -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):