mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 21:02:23 +00:00
Fixed estimation not running when model is re-sliced.
This commit is contained in:
@@ -282,6 +282,7 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
|
|||||||
|| opt_key == "enable_arc_fitting"
|
|| opt_key == "enable_arc_fitting"
|
||||||
|| opt_key == "wall_infill_order") {
|
|| opt_key == "wall_infill_order") {
|
||||||
osteps.emplace_back(posPerimeters);
|
osteps.emplace_back(posPerimeters);
|
||||||
|
osteps.emplace_back(posEstimateCurledExtrusions);
|
||||||
osteps.emplace_back(posInfill);
|
osteps.emplace_back(posInfill);
|
||||||
osteps.emplace_back(posSupportMaterial);
|
osteps.emplace_back(posSupportMaterial);
|
||||||
osteps.emplace_back(posSimplifyPath);
|
osteps.emplace_back(posSimplifyPath);
|
||||||
|
|||||||
@@ -516,7 +516,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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user