mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: CLI: keep the params of old version
jira: STUDIO-10695 Change-Id: I4b0a768bc4fc6c856c9c92fa4a05007a3097df35 (cherry picked from commit a44da293ad3a1fbc62e318c20b3ba7c187fc1d25)
This commit is contained in:
@@ -7127,7 +7127,11 @@ void PrintConfigDef::handle_legacy(t_config_option_key &opt_key, std::string &va
|
||||
opt_key = "prime_tower_width";
|
||||
} else if (opt_key == "wiping_volume") {
|
||||
opt_key = "filament_prime_volume";
|
||||
} else if (opt_key == "wipe_tower_brim_width") {
|
||||
}
|
||||
else if (opt_key == "prime_volume") {
|
||||
opt_key = "filament_prime_volume";
|
||||
}
|
||||
else if (opt_key == "wipe_tower_brim_width") {
|
||||
opt_key = "prime_tower_brim_width";
|
||||
} else if (opt_key == "tool_change_gcode") {
|
||||
opt_key = "change_filament_gcode";
|
||||
|
||||
Reference in New Issue
Block a user