mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Add two more repair actions and add volume to stats
This commit is contained in:
@@ -88,6 +88,12 @@ TriangleMesh::Repair() {
|
||||
|
||||
// normal_values
|
||||
stl_fix_normal_values(&stl);
|
||||
|
||||
// always calculate the volume and reverse all normals if volume is negative
|
||||
stl_calculate_volume(&stl);
|
||||
|
||||
// neighbors
|
||||
stl_verify_neighbors(&stl);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user