mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
SLA support gizmo hotkeys added (A,M,Esc,Enter)
This commit is contained in:
parent
01c9b13ade
commit
bb3819fd18
4 changed files with 226 additions and 194 deletions
|
@ -125,7 +125,11 @@ enum class SLAGizmoEventType {
|
|||
Dragging,
|
||||
Delete,
|
||||
SelectAll,
|
||||
ShiftUp
|
||||
ShiftUp,
|
||||
ApplyChanges,
|
||||
DiscardChanges,
|
||||
AutomaticGeneration,
|
||||
ManualEditing
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue