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: