From f198ac306b6e5ac7aacfbd9ed76210d2df1d1a79 Mon Sep 17 00:00:00 2001 From: Noisyfox Date: Sat, 1 Nov 2025 14:58:47 +0800 Subject: [PATCH] Fix tool change time settings --- src/libslic3r/PrintConfig.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 69eee96b09..c2bae18e10 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -7442,6 +7442,8 @@ void PrintConfigDef::handle_legacy(t_config_option_key &opt_key, std::string &va opt_key = "wipe_tower_fillet_wall"; } else if (opt_key == "extruder_clearance_max_radius") { opt_key = "extruder_clearance_radius"; + } else if (opt_key == "machine_switch_extruder_time") { + opt_key = "machine_tool_change_time"; } // Ignore the following obsolete configuration keys: