Compare commits

...

1 Commits

Author SHA1 Message Date
SoftFever
7e3ba8e2f3 fix a regression is extruder clearance use the wrong value 2026-02-16 20:58:34 +08:00

View File

@@ -7655,7 +7655,7 @@ void PrintConfigDef::handle_legacy(t_config_option_key &opt_key, std::string &va
opt_key = "wipe_tower_rib_width";
} else if (opt_key == "prime_tower_fillet_wall") {
opt_key = "wipe_tower_fillet_wall";
} else if (opt_key == "extruder_clearance_max_radius") {
} else if (opt_key == "extruder_clearance_dist_to_rod") {
opt_key = "extruder_clearance_radius";
} else if (opt_key == "machine_switch_extruder_time") {
opt_key = "machine_tool_change_time";