mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fix tool change time settings
This commit is contained in:
@@ -7442,6 +7442,8 @@ void PrintConfigDef::handle_legacy(t_config_option_key &opt_key, std::string &va
|
|||||||
opt_key = "wipe_tower_fillet_wall";
|
opt_key = "wipe_tower_fillet_wall";
|
||||||
} else if (opt_key == "extruder_clearance_max_radius") {
|
} else if (opt_key == "extruder_clearance_max_radius") {
|
||||||
opt_key = "extruder_clearance_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:
|
// Ignore the following obsolete configuration keys:
|
||||||
|
|||||||
Reference in New Issue
Block a user