1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-15 08:44:26 +00:00

Bugfix: enabling/disabling support material didn't cause skirt to be recalculated

This commit is contained in:
Alessandro Ranellucci
2014-08-08 01:37:39 +02:00
parent 04d2e4124f
commit c0a6b1a9cc
3 changed files with 51 additions and 2 deletions
+3
View File
@@ -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;