ENH: add seam parameters and increase wall loops

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Id5c6cd6e97493f8912ce1857aed56eecace66cee
This commit is contained in:
qing.zhang 2023-06-13 17:49:38 +08:00 committed by Lane.Wei
parent 8905121af5
commit 4f4516357f
11 changed files with 38 additions and 10 deletions

View file

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