Fixed threading

This commit is contained in:
igiannakas 2023-09-11 21:13:07 +01:00
parent 066dbcc0ed
commit 714f89e366

View file

@ -514,7 +514,7 @@ void PrintObject::estimate_curled_extrusions()
SupportSpotsGenerator::estimate_malformations(this->layers(), params); SupportSpotsGenerator::estimate_malformations(this->layers(), params);
m_print->throw_if_canceled(); m_print->throw_if_canceled();
} }
this->set_done(posEstimateCurledExtrusions); //this->set_done(posEstimateCurledExtrusions);
} }
} }