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

@@ -5169,6 +5169,10 @@ void MachineObject::parse_new_info(json print)
is_support_pa_mode = (get_flag_bits_no_border(fun2, 3) == 1);
is_support_remote_dry = (get_flag_bits_no_border(fun2, 5) == 1);
is_support_check_track_switch_match_slice_printer = get_flag_bits_no_border(fun2, 19) == 1;
if (DevPrinterConfigUtil::support_print_check_firmware_for_tpu_left(printer_type)) {
m_firmware_support_print_tpu_left = get_flag_bits_no_border(fun2, 7) == 1;
}
}
/*aux*/