From 6a7b6f2094c57b6f19afc5961b61058370a92d11 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 (cherry picked from commit e88042bb96e3e851e4707092906d166785e08c34) --- src/libslic3r/PrintConfig.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 242956ca5b..d6c78dc3c1 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -7236,6 +7236,8 @@ void PrintConfigDef::handle_legacy(t_config_option_key &opt_key, std::string &va opt_key == "ironing_pattern" || opt_key == "support_ironing_pattern") && value == "zig-zag") { value = "rectilinear"; + } else if (opt_key == "filament_map_mode") { + if (value == "Auto") value = "Auto For Flush"; } // Ignore the following obsolete configuration keys: