mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 20:00:42 +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.
|
// 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); }
|
for (const auto& i : obj_idx) { this->make_thumbnail(i); }
|
||||||
if (need_arrange) this->arrange();
|
if (need_arrange) this->arrange();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user