mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Followup to clones auto arrange: use current plate (#6373)
* Use current plate for auto arrange clones
This commit is contained in:
parent
8d9ec11fe9
commit
23eb055cb5
1 changed files with 3 additions and 1 deletions
|
@ -13397,9 +13397,11 @@ void Plater::clone_selection()
|
|||
}
|
||||
Selection& selection = p->get_selection();
|
||||
selection.clone(res);
|
||||
if (wxGetApp().app_config->get("auto_arrange") == "true")
|
||||
if (wxGetApp().app_config->get("auto_arrange") == "true") {
|
||||
this->set_prepare_state(Job::PREPARE_STATE_MENU);
|
||||
this->arrange();
|
||||
}
|
||||
}
|
||||
|
||||
std::vector<Vec2f> Plater::get_empty_cells(const Vec2f step)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue