FIX: handle DirectDrive of old file

jira: none
Change-Id: I5acb1689dc1628709631f02b110c7626d93762c8
This commit is contained in:
zhimin.zeng 2024-11-25 21:46:04 +08:00 committed by lane.wei
parent 76849afd6f
commit c17b4b78f3
1 changed files with 2 additions and 0 deletions

View File

@ -5195,6 +5195,8 @@ void PrintConfigDef::handle_legacy(t_config_option_key &opt_key, std::string &va
|| opt_key == "extruder_variant_list") {
ReplaceString(value, "Normal", "Standard");
ReplaceString(value, "Big Traffic", "High Flow");
} else if (opt_key == "nozzle_volume_type") {
ReplaceString(value, "DirectDrive", "Direct Drive");
}
// Ignore the following obsolete configuration keys: