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

@@ -639,6 +639,7 @@ public:
bool is_support_remote_dry = false;
bool is_support_check_track_switch_match_slice_printer{false};
bool is_support_pa_mode{false};
std::optional<bool> m_firmware_support_print_tpu_left;
bool installed_upgrade_kit{false};
int bed_temperature_limit = -1;