Fix of previous commit
This commit is contained in:
parent
b1b7a5ad1b
commit
9a4376ddc6
@ -653,7 +653,7 @@ bool PrintObject::invalidate_step(PrintObjectStep step)
|
|||||||
invalidated |= this->invalidate_steps({ posPrepareInfill, posInfill, posIroning });
|
invalidated |= this->invalidate_steps({ posPrepareInfill, posInfill, posIroning });
|
||||||
invalidated |= m_print->invalidate_steps({ psSkirt, psBrim });
|
invalidated |= m_print->invalidate_steps({ psSkirt, psBrim });
|
||||||
} else if (step == posPrepareInfill) {
|
} else if (step == posPrepareInfill) {
|
||||||
invalidated |= this->invalidate_step(posInfill, posIroning);
|
invalidated |= this->invalidate_steps({ posInfill, posIroning });
|
||||||
} else if (step == posInfill) {
|
} else if (step == posInfill) {
|
||||||
invalidated |= m_print->invalidate_steps({ psSkirt, psBrim });
|
invalidated |= m_print->invalidate_steps({ psSkirt, psBrim });
|
||||||
} else if (step == posSlice) {
|
} else if (step == posSlice) {
|
||||||
|
Loading…
Reference in New Issue
Block a user