mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Change the implementation of creating a profile from the current settings
The newly created profile now combines the settings of the active quality profile and the current settings CURA-970, CURA-1585
This commit is contained in:
parent
4da69a4d3e
commit
d34d398e96
4 changed files with 11 additions and 31 deletions
|
|
@ -112,7 +112,7 @@ Item
|
|||
id: updateProfileAction;
|
||||
enabled: Cura.MachineManager.isGlobalStackValid && Cura.MachineManager.hasUserSettings && !Cura.MachineManager.isReadOnly(Cura.MachineManager.activeQualityId)
|
||||
text: catalog.i18nc("@action:inmenu menubar:profile","&Update Current Profile");
|
||||
onTriggered: Cura.MachineManager.updateUserContainerToQuality()
|
||||
onTriggered: Cura.MachineManager.updateQualityContainerFromUserContainer()
|
||||
}
|
||||
|
||||
Action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue