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

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;