mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Fixed compilation and test cases.
This commit is contained in:
parent
33e1108f65
commit
fca7c8abfe
2 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@ bool Print::invalidate_state_by_config_options(const std::vector<t_config_option
|
|||
"wipe"
|
||||
};
|
||||
|
||||
static std::unordered_set<std::string> steps_ignore = {};
|
||||
static std::unordered_set<std::string> steps_ignore;
|
||||
|
||||
std::vector<PrintStep> steps;
|
||||
std::vector<PrintObjectStep> osteps;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue