mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 21:52:02 +08:00
Add loaded objects to the Slic3r::Print reference.
This commit is contained in:
parent
9b81e7ad95
commit
fa2ee0b8a1
@ -342,6 +342,8 @@ std::vector<int> Plater::load_model_objects(ModelObjectPtrs model_objects) {
|
||||
// Provide a warning if downscaling by 5x still puts it over the bed size.
|
||||
|
||||
}
|
||||
this->print->auto_assign_extruders(o);
|
||||
this->print->add_model_object(o);
|
||||
}
|
||||
for (const auto& i : obj_idx) { this->make_thumbnail(i); }
|
||||
if (need_arrange) this->arrange();
|
||||
|
Loading…
x
Reference in New Issue
Block a user