mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-10-01 07:33:17 +08:00
FIX: add compatible codes by xun.zhang
jira: [none] Change-Id: Ice769643fb8109b60e2f5323286c61bf9c934db1
This commit is contained in:
parent
4621bcbe54
commit
e88042bb96
@ -5407,6 +5407,8 @@ void PrintConfigDef::handle_legacy(t_config_option_key &opt_key, std::string &va
|
||||
value = ConfigOptionEnum<EnsureVerticalThicknessLevel>::get_enum_names()[EnsureVerticalThicknessLevel::evtEnabled];
|
||||
else if (value == "0")
|
||||
value = ConfigOptionEnum<EnsureVerticalThicknessLevel>::get_enum_names()[EnsureVerticalThicknessLevel::evtPartial];
|
||||
} else if (opt_key == "filament_map_mode") {
|
||||
if (value == "Auto") value = "Auto For Flush";
|
||||
}
|
||||
|
||||
// Ignore the following obsolete configuration keys:
|
||||
|
Loading…
x
Reference in New Issue
Block a user