mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 00:28:59 +08: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
@ -131,6 +131,7 @@ class XmlMaterialProfile(InstanceContainer):
|
||||
metadata.pop("approximate_diameter", "")
|
||||
metadata.pop("id", "")
|
||||
metadata.pop("container_type", "")
|
||||
metadata.pop("name", "")
|
||||
|
||||
## Begin Name Block
|
||||
builder.start("name")
|
||||
|
Loading…
x
Reference in New Issue
Block a user