From e88042bb96e3e851e4707092906d166785e08c34 Mon Sep 17 00:00:00 2001 From: "xin.zhang" Date: Wed, 12 Feb 2025 16:38:44 +0800 Subject: [PATCH] FIX: add compatible codes by xun.zhang jira: [none] Change-Id: Ice769643fb8109b60e2f5323286c61bf9c934db1 --- src/libslic3r/PrintConfig.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index f4141b4cd..79e8f8520 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -5407,6 +5407,8 @@ void PrintConfigDef::handle_legacy(t_config_option_key &opt_key, std::string &va value = ConfigOptionEnum::get_enum_names()[EnsureVerticalThicknessLevel::evtEnabled]; else if (value == "0") value = ConfigOptionEnum::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: