mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 20:25:20 +00:00
FIX: add compatible codes by xun.zhang
jira: [none] Change-Id: Ice769643fb8109b60e2f5323286c61bf9c934db1 (cherry picked from commit e88042bb96e3e851e4707092906d166785e08c34)
This commit is contained in:
@@ -7236,6 +7236,8 @@ void PrintConfigDef::handle_legacy(t_config_option_key &opt_key, std::string &va
|
|||||||
opt_key == "ironing_pattern" ||
|
opt_key == "ironing_pattern" ||
|
||||||
opt_key == "support_ironing_pattern") && value == "zig-zag") {
|
opt_key == "support_ironing_pattern") && value == "zig-zag") {
|
||||||
value = "rectilinear";
|
value = "rectilinear";
|
||||||
|
} else if (opt_key == "filament_map_mode") {
|
||||||
|
if (value == "Auto") value = "Auto For Flush";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ignore the following obsolete configuration keys:
|
// Ignore the following obsolete configuration keys:
|
||||||
|
|||||||
Reference in New Issue
Block a user