FIX:chang deteciton to detection

jira:[none]

Change-Id: I1bfe30add7fce97bd6f448124e212b96a4ea6129
(cherry picked from commit 7623c5a0222188b510b1a76eb2e6b52934e9a0eb)
This commit is contained in:
milk
2025-08-08 10:34:33 +08:00
committed by Noisyfox
parent c12623f576
commit 604b7d9f70
10 changed files with 10 additions and 9 deletions

View File

@@ -73,7 +73,7 @@ public:
static std::vector<std::string> get_unsupport_auto_cali_filaments(std::string type_str) { return get_value_from_config<std::vector<std::string>>(type_str, "auto_cali_not_support_filaments"); }
/*detection*/
static bool support_wrapping_detection(const std::string& type_str) { return get_value_from_config<bool>(type_str, "support_wrapping_deteciton"); }
static bool support_wrapping_detection(const std::string& type_str) { return get_value_from_config<bool>(type_str, "support_wrapping_detection"); }
public:
template<typename T>