mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
NEW: move selected model to the center of selected plate
Change-Id: I7af49e98e83f5eef690f7d30d10a2cc240046466
This commit is contained in:
@@ -148,6 +148,12 @@ void View3D::delete_selected()
|
||||
m_canvas->delete_selected();
|
||||
}
|
||||
|
||||
void View3D::center_selected()
|
||||
{
|
||||
if (m_canvas != nullptr)
|
||||
m_canvas->do_center();
|
||||
}
|
||||
|
||||
void View3D::mirror_selection(Axis axis)
|
||||
{
|
||||
if (m_canvas != nullptr)
|
||||
|
||||
Reference in New Issue
Block a user