Deal with infinite box.
This commit is contained in:
parent
320f2ecefd
commit
bc315f4c2c
6 changed files with 175 additions and 128 deletions
src/libslic3r
|
@ -398,6 +398,9 @@ bool Model::arrange_objects(coordf_t dist, const BoundingBoxf* bb)
|
|||
// }
|
||||
// o->invalidate_bounding_box();
|
||||
// }
|
||||
|
||||
// return true;
|
||||
|
||||
size_t count = 0;
|
||||
for (auto obj : objects) count += obj->instances.size();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue