mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixed synchronization of background processing with the front end.
This commit is contained in:
parent
22dbcbcd9c
commit
48173e2a55
4 changed files with 66 additions and 32 deletions
|
@ -174,6 +174,8 @@ protected:
|
|||
bool set_copies(const Points &points);
|
||||
// Invalidates the step, and its depending steps in PrintObject and Print.
|
||||
bool invalidate_step(PrintObjectStep step);
|
||||
// Invalidates all PrintObject and Print steps.
|
||||
bool invalidate_all_steps();
|
||||
|
||||
private:
|
||||
void make_perimeters();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue