Force auto arrangement when loading an object on an empty printbed (XL printers only)
This commit is contained in:
parent
de09af23b7
commit
4a3ee35c1b
3 changed files with 30 additions and 0 deletions
src/slic3r/GUI
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue