mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Added ungrouping
This commit is contained in:
parent
e3deff89f7
commit
d01279c115
3 changed files with 33 additions and 1 deletions
|
@ -352,6 +352,11 @@ UM.MainWindow {
|
|||
{
|
||||
Printer.groupSelected()
|
||||
}
|
||||
|
||||
unGroupObjects.onTriggered:
|
||||
{
|
||||
Printer.ungroupSelected()
|
||||
}
|
||||
|
||||
deleteAll.onTriggered: Printer.deleteAll()
|
||||
resetAllTranslation.onTriggered: Printer.resetAllTranslation()
|
||||
|
@ -379,6 +384,7 @@ UM.MainWindow {
|
|||
MenuItem { action: actions.multiplyObject; }
|
||||
MenuItem { action: actions.splitObject; }
|
||||
MenuItem { action: actions.groupObjects;}
|
||||
MenuItem { action: actions.unGroupObjects;}
|
||||
MenuSeparator { }
|
||||
MenuItem { action: actions.deleteAll; }
|
||||
MenuItem { action: actions.reloadAll; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue