mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 21:59:01 +08:00
Translate material, variant and profile along
They might not exist any more because the relation of profiles to printers changed from 2.1 to 2.2 for some machines (notably the UM2+ variants). But then it'll just make it empty when loading. Contributes to issue CURA-844.
This commit is contained in:
parent
fbffff4c8d
commit
28cc1e8cf7
@ -68,9 +68,9 @@ class MachineInstance:
|
||||
|
||||
containers = [
|
||||
self._name + "_current_settings",
|
||||
"empty", #The dependencies of the active profile, material and variant changed, so there is no 1:1 relation possible here.
|
||||
"empty",
|
||||
"empty",
|
||||
self._active_profile_name,
|
||||
self._active_material_name,
|
||||
self._variant_name,
|
||||
self._type_name
|
||||
]
|
||||
config.set("general", "containers", ",".join(containers))
|
||||
|
Loading…
x
Reference in New Issue
Block a user