mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 02:07:51 -06:00
Add copy, paste, cut functionality
CURA-7913
This commit is contained in:
parent
f71f39f8bd
commit
f07faac422
3 changed files with 101 additions and 4 deletions
|
@ -19,6 +19,8 @@ Cura.Menu
|
|||
// Selection-related actions.
|
||||
Cura.MenuItem { action: Cura.Actions.centerSelection; }
|
||||
Cura.MenuItem { action: Cura.Actions.deleteSelection; }
|
||||
Cura.MenuItem { action: Cura.Actions.copy; }
|
||||
Cura.MenuItem { action: Cura.Actions.paste; }
|
||||
Cura.MenuItem { action: Cura.Actions.multiplySelection; }
|
||||
|
||||
// Extruder selection - only visible if there is more than 1 extruder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue