mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
wipe on loops
Signed-off-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
1f13b37f19
commit
854470cfba
7 changed files with 15 additions and 5 deletions
|
@ -154,7 +154,8 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
|
|||
"wipe_speed",
|
||||
"use_relative_e_distances",
|
||||
"accel_to_decel_enable",
|
||||
"accel_to_decel_factor"
|
||||
"accel_to_decel_factor",
|
||||
"wipe_on_loops"
|
||||
};
|
||||
|
||||
static std::unordered_set<std::string> steps_ignore;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue