mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Fix translating current_settings
It is not entirely accurate in the translated version, since the new current_settings is not machine-dependent any more. However, without information on the original file name, this is as good as it gets, since that instance profile there only mentions the machine it is dependent on in the file name. Contributes to issue CURA-844.
This commit is contained in:
parent
86544d4172
commit
7939a03114
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class MachineInstance:
|
||||||
config.set("general", "version", "2") # Hard-code version 2, since if this number changes the programmer MUST change this entire function.
|
config.set("general", "version", "2") # Hard-code version 2, since if this number changes the programmer MUST change this entire function.
|
||||||
|
|
||||||
containers = [
|
containers = [
|
||||||
self._name + "_current_settings",
|
self._name,
|
||||||
self._active_profile_name,
|
self._active_profile_name,
|
||||||
self._active_material_name,
|
self._active_material_name,
|
||||||
self._variant_name,
|
self._variant_name,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue