FIX: handle DirectDrive of old file
jira: none Change-Id: I5acb1689dc1628709631f02b110c7626d93762c8
This commit is contained in:
parent
76849afd6f
commit
c17b4b78f3
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue