mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
Drop object on the plate (#6166)
Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
724762bbc8
commit
98a243c302
10 changed files with 52 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue