Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2018-02-02 13:32:52 +0300
committerbubnikv <bubnikv@gmail.com>2018-02-02 13:32:52 +0300
commitc9887e13bb7e73540d81a2b02a48b2492c9fe109 (patch)
treebe688376d26e3655f37247699664415406520d50 /xs/src/libslic3r
parent36bbd6a73fdcb4d7b817674b6c827eda299fae6b (diff)
parent65916202003ff429da2a4deb955638099b1dba8f (diff)
Merge branch 'master' of https://github.com/prusa3d/Slic3r
Diffstat (limited to 'xs/src/libslic3r')
-rw-r--r--xs/src/libslic3r/TriangleMesh.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/xs/src/libslic3r/TriangleMesh.cpp b/xs/src/libslic3r/TriangleMesh.cpp
index 0dbbf5f8d..7afa4871c 100644
--- a/xs/src/libslic3r/TriangleMesh.cpp
+++ b/xs/src/libslic3r/TriangleMesh.cpp
@@ -197,10 +197,11 @@ TriangleMesh::repair() {
stl_fill_holes(&stl);
stl_clear_error(&stl);
}
-
- // normal_directions
- stl_fix_normal_directions(&stl);
-
+
+ // commenting out the following call fixes: #574, #413, #269, #262, #259, #230, #228, #206
+// // normal_directions
+// stl_fix_normal_directions(&stl);
+
// normal_values
stl_fix_normal_values(&stl);