mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-19 22:29:09 -07:00
Bugfix: enabling/disabling support material didn't cause skirt to be recalculated
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user