From 3e0f26c296327e0509c9438468366ffd32330339 Mon Sep 17 00:00:00 2001 From: "salt.wei" Date: Thu, 15 Sep 2022 16:38:19 +0800 Subject: [PATCH] ENH: remove old typo Delete some useless and wrong code Signed-off-by: salt.wei Change-Id: If103e5ced2c930340e6291a63e2226ecf577f19e --- src/libslic3r/PrintConfig.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 3958b36db..d960fe867 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -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. //Reset to default value by erasing these key to avoid parsing error. opt_key = ""; - } else if (opt_key == "filament_type" && value == "PA-CF") { - value == "PA"; } else if (opt_key == "inherits_cummulative") { opt_key = "inherits_group"; } else if (opt_key == "compatible_printers_condition_cummulative") {