mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 12:19:03 +08:00
Give canonical name to user settings
All user profiles are named Current settings, so we should just give it the same name as well. Contributes to issue CURA-844.
This commit is contained in:
parent
d962cad347
commit
7d41c1dcb3
@ -99,7 +99,7 @@ class MachineInstance:
|
||||
user_profile = configparser.ConfigParser(interpolation = None)
|
||||
user_profile["general"] = {
|
||||
"version": "2",
|
||||
"name": self._name + "_current_settings",
|
||||
"name": "Current settings",
|
||||
"definition": type_name
|
||||
}
|
||||
user_profile["metadata"] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user