mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 08:41:11 -06:00
Have Print::apply_config() return true if any step was invalidated
This commit is contained in:
parent
5e80d7a388
commit
97231327e0
4 changed files with 23 additions and 9 deletions
|
@ -36,7 +36,7 @@ class PrintState
|
|||
void set_started(StepType step);
|
||||
void set_done(StepType step);
|
||||
void invalidate(StepType step);
|
||||
void invalidate_all();
|
||||
bool invalidate_all();
|
||||
};
|
||||
|
||||
// A PrintRegion object represents a group of volumes to print
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue