diff --git a/src/libslic3r/PrintObject.cpp b/src/libslic3r/PrintObject.cpp index 06cb885855..5ece69a8d4 100644 --- a/src/libslic3r/PrintObject.cpp +++ b/src/libslic3r/PrintObject.cpp @@ -514,7 +514,7 @@ void PrintObject::estimate_curled_extrusions() SupportSpotsGenerator::estimate_malformations(this->layers(), params); m_print->throw_if_canceled(); } - this->set_done(posEstimateCurledExtrusions); + //this->set_done(posEstimateCurledExtrusions); } }