mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-06 06:36:05 +08:00
ENH: remove old typo
Delete some useless and wrong code Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: If103e5ced2c930340e6291a63e2226ecf577f19e
This commit is contained in:
parent
9edc90704a
commit
3e0f26c296
@ -3442,8 +3442,6 @@ void PrintConfigDef::handle_legacy(t_config_option_key &opt_key, std::string &va
|
|||||||
//But now these key-value must be absolute value.
|
//But now these key-value must be absolute value.
|
||||||
//Reset to default value by erasing these key to avoid parsing error.
|
//Reset to default value by erasing these key to avoid parsing error.
|
||||||
opt_key = "";
|
opt_key = "";
|
||||||
} else if (opt_key == "filament_type" && value == "PA-CF") {
|
|
||||||
value == "PA";
|
|
||||||
} else if (opt_key == "inherits_cummulative") {
|
} else if (opt_key == "inherits_cummulative") {
|
||||||
opt_key = "inherits_group";
|
opt_key = "inherits_group";
|
||||||
} else if (opt_key == "compatible_printers_condition_cummulative") {
|
} else if (opt_key == "compatible_printers_condition_cummulative") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user