mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-03 04:05:10 +08:00
Merge branch 'master' of https://github.com/prusa3d/Slic3r
This commit is contained in:
commit
c9887e13bb
@ -198,8 +198,9 @@ TriangleMesh::repair() {
|
|||||||
stl_clear_error(&stl);
|
stl_clear_error(&stl);
|
||||||
}
|
}
|
||||||
|
|
||||||
// normal_directions
|
// commenting out the following call fixes: #574, #413, #269, #262, #259, #230, #228, #206
|
||||||
stl_fix_normal_directions(&stl);
|
// // normal_directions
|
||||||
|
// stl_fix_normal_directions(&stl);
|
||||||
|
|
||||||
// normal_values
|
// normal_values
|
||||||
stl_fix_normal_values(&stl);
|
stl_fix_normal_values(&stl);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user