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:
Ghostkeeper 2016-07-01 19:05:19 +02:00
parent 86544d4172
commit 7939a03114

View file

@ -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.
containers = [
self._name + "_current_settings",
self._name,
self._active_profile_name,
self._active_material_name,
self._variant_name,