mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-18 21:49:04 -07:00
Fix up build and clear dev output
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user