mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 14:29:03 +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",
|
||||
"status": "unknown", #TODO: Add material verification.
|
||||
"container_type": XmlMaterialProfile,
|
||||
"id": container_id
|
||||
"id": container_id,
|
||||
"base_file": container_id
|
||||
}
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user