mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
Auto arrange plate after cloning (#6009)
* Auto arrange plate after cloning
This commit is contained in:
parent
230a4aaad8
commit
45224eee21
3 changed files with 8 additions and 0 deletions
|
@ -13260,6 +13260,8 @@ void Plater::clone_selection()
|
|||
}
|
||||
Selection& selection = p->get_selection();
|
||||
selection.clone(res);
|
||||
if (wxGetApp().app_config->get("auto_arrange") == "true")
|
||||
this->arrange();
|
||||
}
|
||||
|
||||
std::vector<Vec2f> Plater::get_empty_cells(const Vec2f step)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue