mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Adds way to convert user settings into quality settings
CURA-1585
This commit is contained in:
parent
4fc565711d
commit
d29cc37d6b
2 changed files with 28 additions and 6 deletions
|
@ -580,7 +580,7 @@ UM.MainWindow
|
|||
target: Cura.Actions.addProfile
|
||||
onTriggered:
|
||||
{
|
||||
UM.MachineManager.createProfile();
|
||||
Cura.MachineManager.convertUserContainerToQuality();
|
||||
preferences.setPage(5);
|
||||
preferences.show();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue