mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Ensure that changing material type results in profile re-evaluation
CURA-7657
This commit is contained in:
parent
ea7dc0ff01
commit
907caa53f0
2 changed files with 3 additions and 1 deletions
|
@ -1703,7 +1703,7 @@ class MachineManager(QObject):
|
|||
return False
|
||||
return global_stack.qualityChanges != empty_quality_changes_container
|
||||
|
||||
def _updateUponMaterialMetadataChange(self) -> None:
|
||||
def updateUponMaterialMetadataChange(self) -> None:
|
||||
if self._global_container_stack is None:
|
||||
return
|
||||
with postponeSignals(*self._getContainerChangedSignals(), compress = CompressTechnique.CompressPerParameterValue):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue