mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 22:01:14 -07:00
Merge branch 'master' of ssh://github.com/Ultimaker/Cura
This commit is contained in:
commit
94f1749d58
3 changed files with 7 additions and 3 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