ENH: add upward_compatible_machine to preset

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I489f3cc7f9fbd0de79861b71c47494b377ef1a16
This commit is contained in:
qing.zhang 2022-11-30 18:03:06 +08:00 committed by Lane.Wei
parent 01c059c358
commit fe4fc04eb8
12 changed files with 47 additions and 11 deletions

View file

@ -137,7 +137,8 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
"curr_bed_type",
"nozzle_volume",
"nozzle_hrc",
"required_nozzle_HRC"
"required_nozzle_HRC",
"upward_compatible_machine"
};
static std::unordered_set<std::string> steps_ignore;