mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Followup to clones auto arrange: use current plate (#6373)
* Use current plate for auto arrange clones
This commit is contained in:
@@ -13397,8 +13397,10 @@ void Plater::clone_selection()
|
|||||||
}
|
}
|
||||||
Selection& selection = p->get_selection();
|
Selection& selection = p->get_selection();
|
||||||
selection.clone(res);
|
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();
|
this->arrange();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<Vec2f> Plater::get_empty_cells(const Vec2f step)
|
std::vector<Vec2f> Plater::get_empty_cells(const Vec2f step)
|
||||||
|
|||||||
Reference in New Issue
Block a user