FIX: handle DirectDrive of old file

jira: none
Change-Id: I5acb1689dc1628709631f02b110c7626d93762c8
(cherry picked from commit c17b4b78f3c2a02508e10bd0c7b9b4f624eda0c3)
This commit is contained in:
zhimin.zeng
2024-11-25 21:46:04 +08:00
committed by Noisyfox
parent 4b9aaa7341
commit 6cb1ffdbf5

View File

@@ -7102,6 +7102,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");
}
else if(opt_key == "ensure_vertical_shell_thickness") {
if(value == "1") {