mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX: handle DirectDrive of old file
jira: none Change-Id: I5acb1689dc1628709631f02b110c7626d93762c8 (cherry picked from commit c17b4b78f3c2a02508e10bd0c7b9b4f624eda0c3)
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user