mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Auto arrange plate after cloning (#6009)
* Auto arrange plate after cloning
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user