mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
SLA gizmos fix: clipping of points/holes always used coords from the first instance
Few warnings fixed
This commit is contained in:
parent
0c4297b4f9
commit
135660decf
3 changed files with 10 additions and 10 deletions
|
@ -48,7 +48,7 @@ public:
|
|||
~GLGizmoHollow() override;
|
||||
void set_sla_support_data(ModelObject* model_object, const Selection& selection);
|
||||
bool gizmo_event(SLAGizmoEventType action, const Vec2d& mouse_position, bool shift_down, bool alt_down, bool control_down);
|
||||
void delete_selected_points(bool force = false);
|
||||
void delete_selected_points();
|
||||
ClippingPlane get_sla_clipping_plane() const;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue