mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Switched order of hollowing and support points gizmos
This commit is contained in:
parent
578fcbc37c
commit
ff065aa9ba
2 changed files with 10 additions and 8 deletions
|
@ -54,13 +54,14 @@ public:
|
|||
|
||||
enum EType : unsigned char
|
||||
{
|
||||
// Order must match index in m_gizmos!
|
||||
Move,
|
||||
Scale,
|
||||
Rotate,
|
||||
Flatten,
|
||||
Cut,
|
||||
SlaSupports,
|
||||
Hollow,
|
||||
SlaSupports,
|
||||
Undefined
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue