mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Don't serialize the name of the metadata
It's being serialized in a different place. Contributes to issue CURA-4243.
This commit is contained in:
parent
083a4a8024
commit
bc28189ff5
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ class XmlMaterialProfile(InstanceContainer):
|
||||||
metadata.pop("approximate_diameter", "")
|
metadata.pop("approximate_diameter", "")
|
||||||
metadata.pop("id", "")
|
metadata.pop("id", "")
|
||||||
metadata.pop("container_type", "")
|
metadata.pop("container_type", "")
|
||||||
|
metadata.pop("name", "")
|
||||||
|
|
||||||
## Begin Name Block
|
## Begin Name Block
|
||||||
builder.start("name")
|
builder.start("name")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue