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:
fieldOfView 2016-06-09 18:40:42 +02:00
parent 4da69a4d3e
commit d34d398e96
4 changed files with 11 additions and 31 deletions

View file

@ -582,7 +582,7 @@ UM.MainWindow
target: Cura.Actions.addProfile
onTriggered:
{
Cura.MachineManager.convertUserContainerToQuality();
Cura.MachineManager.newQualityContainerFromQualityAndUser();
preferences.setPage(5);
preferences.show();