mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-11 16:00:17 -07:00
Attempting to fix "set started" not being set
This commit is contained in:
parent
95a41a689f
commit
cdf3f29496
3 changed files with 12 additions and 4 deletions
|
|
@ -502,7 +502,7 @@ void PrintObject::generate_support_material()
|
|||
void PrintObject::estimate_curled_extrusions()
|
||||
{
|
||||
if (this->set_started(posEstimateCurledExtrusions)) {
|
||||
//printf("Estimating curled Extrusions \n");
|
||||
printf("Estimating curled Extrusions \n");
|
||||
if ( std::any_of(this->print()->m_print_regions.begin(), this->print()->m_print_regions.end(),
|
||||
[](const PrintRegion *region) { return region->config().enable_overhang_speed.getBool(); })) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue