mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX:chang deteciton to detection
jira:[none] Change-Id: I1bfe30add7fce97bd6f448124e212b96a4ea6129 (cherry picked from commit 7623c5a0222188b510b1a76eb2e6b52934e9a0eb)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user