mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 11:49:01 +08:00
Fix returning resulting metadata
Forgot to change that back. Contributes to issue CURA-4243.
This commit is contained in:
parent
c4debbea8b
commit
0831451371
@ -795,7 +795,8 @@ class XmlMaterialProfile(InstanceContainer):
|
|||||||
result_metadata.append(new_hotend_material_metadata)
|
result_metadata.append(new_hotend_material_metadata)
|
||||||
|
|
||||||
for metadata in result_metadata:
|
for metadata in result_metadata:
|
||||||
#ContainerRegistry.getInstance().metadata[metadata["id"]] = metadata
|
result_metadata.append(metadata)
|
||||||
|
return result_metadata
|
||||||
|
|
||||||
## Override of getIdsFromFile because the XML files contain multiple IDs.
|
## Override of getIdsFromFile because the XML files contain multiple IDs.
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user