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:
Diffstat (limited to 'src/libslic3r/SLA')
-rw-r--r--src/libslic3r/SLA/SLASupportTree.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libslic3r/SLA/SLASupportTree.cpp b/src/libslic3r/SLA/SLASupportTree.cpp
index 5e4820988..1838514f3 100644
--- a/src/libslic3r/SLA/SLASupportTree.cpp
+++ b/src/libslic3r/SLA/SLASupportTree.cpp
@@ -948,8 +948,6 @@ public:
{
if (meshcache_valid) return meshcache;
- std::cout << "merging mesh" << std::endl;
-
Contour3D merged;
for (auto &head : m_heads) {
@@ -2450,7 +2448,7 @@ public:
}
}
- void merge_result() { /*m_result.merge_and_cleanup();*/ }
+ void merge_result() { m_result.merge_and_cleanup(); }
};
bool SLASupportTree::generate(const std::vector<SupportPoint> &support_points,