mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 02:48:59 +08:00
Ensure that all material profiles get metadata updates
CURA-6868
This commit is contained in:
parent
cadc145008
commit
ed6539812e
@ -87,7 +87,6 @@ class XmlMaterialProfile(InstanceContainer):
|
||||
container.metaDataChanged.emit(container)
|
||||
for k, v in new_setting_values_dict.items():
|
||||
self.setProperty(k, "value", v)
|
||||
return
|
||||
|
||||
## Overridden from InstanceContainer, similar to setMetaDataEntry.
|
||||
# without this function the setName would only set the name of the specific nozzle / material / machine combination container
|
||||
|
Loading…
x
Reference in New Issue
Block a user