mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Changing number of copies invalidates the wipe tower (and thus forces recalculation of the purging extrusions)
This commit is contained in:
@@ -93,6 +93,7 @@ bool PrintObject::set_copies(const Points &points)
|
|||||||
|
|
||||||
bool invalidated = this->_print->invalidate_step(psSkirt);
|
bool invalidated = this->_print->invalidate_step(psSkirt);
|
||||||
invalidated |= this->_print->invalidate_step(psBrim);
|
invalidated |= this->_print->invalidate_step(psBrim);
|
||||||
|
invalidated |= this->_print->invalidate_step(psWipeTower);
|
||||||
return invalidated;
|
return invalidated;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user