mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Ensure that all material profiles get metadata updates
CURA-6868
This commit is contained in:
parent
cadc145008
commit
ed6539812e
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue