mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Drop object on the plate (#6166)
Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
@@ -4875,6 +4875,14 @@ void GLCanvas3D::do_center()
|
||||
m_selection.center();
|
||||
}
|
||||
|
||||
void GLCanvas3D::do_drop()
|
||||
{
|
||||
if (m_model == nullptr)
|
||||
return;
|
||||
|
||||
m_selection.drop();
|
||||
}
|
||||
|
||||
void GLCanvas3D::do_center_plate(const int plate_idx) {
|
||||
if (m_model == nullptr)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user