role_based_wipe_speed and wipe_speed

Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
This commit is contained in:
SoftFever 2023-01-15 21:05:35 +08:00
parent cdbd2fe042
commit 8350895513
10 changed files with 50 additions and 11 deletions

View file

@ -150,7 +150,9 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
"required_nozzle_HRC",
"upward_compatible_machine",
// SoftFever
"seam_gap"
"seam_gap",
"role_based_wipe_speed",
"wipe_speed"
};
static std::unordered_set<std::string> steps_ignore;