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:
authortamasmeszaros <meszaros.q@gmail.com>2019-08-16 17:31:05 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-08-16 17:31:05 +0300
commitc187a5fb695b59402ccbbb24eb17266226236b67 (patch)
treef1666d64d0402899efa233e1fce47cd277cfce55 /src/libslic3r/SLA
parent7e0199746ef683c2bda80c5649b5c4150880a9c3 (diff)
Fix up build and clear dev output
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,