Filtering invalid geometries as per: SPE-337
This commit is contained in:
parent
99f2d40b53
commit
c73f702922
1 changed files with 2 additions and 2 deletions
|
@ -436,8 +436,8 @@ bool arrange(Model &model, coordf_t dist, const Slic3r::BoundingBoxf* bb,
|
|||
biggest = &item;
|
||||
}
|
||||
}
|
||||
/*if(it.second.vertexCount() > 3)*/
|
||||
shapes.push_back(std::ref(it.second));
|
||||
|
||||
if(it.second.vertexCount() > 3) shapes.push_back(std::ref(it.second));
|
||||
});
|
||||
|
||||
Box bin;
|
||||
|
|
Loading…
Reference in a new issue