Fixed conflicts after merge with master
This commit is contained in:
commit
b19c742455
84 changed files with 1743 additions and 601 deletions
src/libslic3r
|
@ -1619,6 +1619,7 @@ TriangleMeshStats ModelObject::get_object_stl_stats() const
|
|||
const TriangleMeshStats& stats = volume->mesh().stats();
|
||||
|
||||
// initialize full_stats (for repaired errors)
|
||||
full_stats.open_edges += stats.open_edges;
|
||||
full_stats.degenerate_facets += stats.degenerate_facets;
|
||||
full_stats.edges_fixed += stats.edges_fixed;
|
||||
full_stats.facets_removed += stats.facets_removed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue