mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Filtering invalid geometries as per: SPE-337
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user