From bc28189ff5867dd81cf58f25fec40139d3831f84 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 4 Dec 2017 10:55:30 +0100 Subject: [PATCH] Don't serialize the name of the metadata It's being serialized in a different place. Contributes to issue CURA-4243. --- plugins/XmlMaterialProfile/XmlMaterialProfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/XmlMaterialProfile/XmlMaterialProfile.py b/plugins/XmlMaterialProfile/XmlMaterialProfile.py index 7a76c1522e..940f88773f 100644 --- a/plugins/XmlMaterialProfile/XmlMaterialProfile.py +++ b/plugins/XmlMaterialProfile/XmlMaterialProfile.py @@ -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")