mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 09:17:50 -06: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
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue