Force auto arrangement when loading an object on an empty printbed (XL printers only)

This commit is contained in:
enricoturri1966 2023-03-02 12:50:26 +01:00
parent de09af23b7
commit 4a3ee35c1b
3 changed files with 30 additions and 0 deletions
src/slic3r/GUI

View file

@ -1840,6 +1840,7 @@ void ObjectList::load_mesh_object(
const TextConfiguration *text_config /* = nullptr*/,
const Transform3d * transformation /* = nullptr*/)
{
PlaterAfterLoadAutoArrange plater_after_load_auto_arrange;
// Add mesh to model as a new object
Model& model = wxGetApp().plater()->model();