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