mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-11 16:00:17 -07:00
Fixed estimation not running when model is re-sliced.
This commit is contained in:
parent
64dc62a4c9
commit
7f0b97e84f
2 changed files with 2 additions and 1 deletions
|
|
@ -516,7 +516,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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue