update wipe_distance

This commit is contained in:
Wang YB
2024-01-08 16:05:56 +08:00
parent 632fb9e06e
commit e706861147
6 changed files with 33 additions and 6 deletions

View File

@@ -157,7 +157,9 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
"use_relative_e_distances",
"use_volumetric_e",
"variable_layer_height",
"wipe"
"wipe",
//w15
"wipe_distance"
};
static std::unordered_set<std::string> steps_ignore;