Block TPU on the left extruder without firmware support

This commit is contained in:
SoftFever
2026-07-16 15:21:35 +08:00
parent e8f8a4bb7d
commit 47f7e09e84
7 changed files with 41 additions and 2 deletions

View File

@@ -103,6 +103,7 @@ public:
/*print check*/
static bool support_print_check_extension_fan_f000_mounted(const std::string& type_str) { return get_value_from_config<bool>(type_str, "print", "support_print_check_extension_fan_f000_mounted"); }
static bool support_print_check_firmware_for_tpu_left(const std::string& type_str) { return get_value_from_config<bool>(type_str, "print", "support_print_check_firmware_for_tpu_left"); }
public:
template<typename T>