mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH: add upward_compatible_machine to preset
Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: I489f3cc7f9fbd0de79861b71c47494b377ef1a16
This commit is contained in:
parent
01c059c358
commit
fe4fc04eb8
12 changed files with 47 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue