mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
Bugfix: enabling/disabling support material didn't cause skirt to be recalculated
This commit is contained in:
parent
04d2e4124f
commit
c0a6b1a9cc
3 changed files with 51 additions and 2 deletions
|
@ -228,6 +228,9 @@ PrintObject::invalidate_step(PrintObjectStep step)
|
|||
} else if (step == posSlice) {
|
||||
this->invalidate_step(posPerimeters);
|
||||
this->invalidate_step(posSupportMaterial);
|
||||
} else if (step == posSupportMaterial) {
|
||||
this->_print->invalidate_step(psSkirt);
|
||||
this->_print->invalidate_step(psBrim);
|
||||
}
|
||||
|
||||
return invalidated;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue