mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: enable circle fitting of tree support with larger threshold (#9038)
* FIX: enable circle fitting of tree support with larger threshold jira: STUDIO-8588 Change-Id: Ia566fa14f7f786ff905fc3484885634811a6d686 (cherry picked from commit bambulab/BambuStudio@82c72b19bd)
This commit is contained in:
@@ -733,8 +733,6 @@ void PrintObject::simplify_extrusion_path()
|
||||
}
|
||||
|
||||
if (this->set_started(posSimplifySupportPath)) {
|
||||
//BBS: disable circle simplification for support as it causes separation of support walls
|
||||
#if 0
|
||||
m_print->set_status(75, L("Optimizing toolpath"));
|
||||
BOOST_LOG_TRIVIAL(debug) << "Simplify extrusion path of support in parallel - start";
|
||||
tbb::parallel_for(
|
||||
@@ -748,7 +746,6 @@ void PrintObject::simplify_extrusion_path()
|
||||
);
|
||||
m_print->throw_if_canceled();
|
||||
BOOST_LOG_TRIVIAL(debug) << "Simplify extrusion path of support in parallel - end";
|
||||
#endif
|
||||
this->set_done(posSimplifySupportPath);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user