mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
Also set base_file metadata when deserialising just metadata
Contributes to issue CURA-4243.
This commit is contained in:
parent
d29d73413f
commit
17ede12573
1 changed files with 2 additions and 1 deletions
|
@ -643,7 +643,8 @@ class XmlMaterialProfile(InstanceContainer):
|
||||||
"type": "material",
|
"type": "material",
|
||||||
"status": "unknown", #TODO: Add material verification.
|
"status": "unknown", #TODO: Add material verification.
|
||||||
"container_type": XmlMaterialProfile,
|
"container_type": XmlMaterialProfile,
|
||||||
"id": container_id
|
"id": container_id,
|
||||||
|
"base_file": container_id
|
||||||
}
|
}
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue