mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Changing number of copies invalidates the wipe tower (and thus forces recalculation of the purging extrusions)
This commit is contained in:
parent
e44480d61f
commit
2454c566ff
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue