mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 14:46:02 +08:00
Also set base_file metadata when deserialising just metadata
Contributes to issue CURA-4243.
This commit is contained in:
parent
d29d73413f
commit
17ede12573
@ -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…
x
Reference in New Issue
Block a user