mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 12:47:50 -06:00
FDM supports gizmo - use right mouse to place support blockers
This commit is contained in:
parent
55c87886fa
commit
4d8e6538e8
4 changed files with 42 additions and 11 deletions
|
@ -21,6 +21,7 @@ enum class SLAGizmoEventType : unsigned char {
|
|||
LeftDown = 1,
|
||||
LeftUp,
|
||||
RightDown,
|
||||
RightUp,
|
||||
Dragging,
|
||||
Delete,
|
||||
SelectAll,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue