mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 10:47:50 -06:00
Finished separation of FDM gizmo into base and child
This commit is contained in:
parent
7a6531ede7
commit
a9435cccb8
6 changed files with 356 additions and 321 deletions
|
@ -203,7 +203,7 @@ public:
|
|||
|
||||
void set_sla_support_data(ModelObject* model_object);
|
||||
|
||||
void set_fdm_support_data(ModelObject* model_object);
|
||||
void set_painter_gizmo_data();
|
||||
|
||||
bool gizmo_event(SLAGizmoEventType action, const Vec2d& mouse_position = Vec2d::Zero(), bool shift_down = false, bool alt_down = false, bool control_down = false);
|
||||
ClippingPlane get_clipping_plane() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue