Merge branch 'master' of https://github.com/prusa3d/Slic3r into gcode_preview

This commit is contained in:
Enrico Turri 2018-01-19 08:49:11 +01:00
commit be63cb7d12

View File

@ -197,10 +197,11 @@ TriangleMesh::repair() {
stl_fill_holes(&stl); stl_fill_holes(&stl);
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);