mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Ensure object on bed after deletion of subpart
This commit is contained in:
parent
9996369e2c
commit
ee99fa2c64
7 changed files with 46 additions and 0 deletions
|
@ -2050,6 +2050,11 @@ void _3DScene::delete_selected(wxGLCanvas* canvas)
|
|||
s_canvas_mgr.delete_selected(canvas);
|
||||
}
|
||||
|
||||
void _3DScene::ensure_on_bed(wxGLCanvas* canvas, unsigned int object_idx)
|
||||
{
|
||||
s_canvas_mgr.ensure_on_bed(canvas, object_idx);
|
||||
}
|
||||
|
||||
std::vector<double> _3DScene::get_current_print_zs(wxGLCanvas* canvas, bool active_only)
|
||||
{
|
||||
return s_canvas_mgr.get_current_print_zs(canvas, active_only);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue