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
|
|
@ -582,7 +582,7 @@ UM.MainWindow
|
|||
target: Cura.Actions.addProfile
|
||||
onTriggered:
|
||||
{
|
||||
Cura.MachineManager.convertUserContainerToQuality();
|
||||
Cura.MachineManager.newQualityContainerFromQualityAndUser();
|
||||
preferences.setPage(5);
|
||||
preferences.show();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue