mirror of
https://github.com/RunLit/Bambu-Run.git
synced 2026-08-22 06:44:19 +01:00
Dual-nozzle decoding only read extruder.info[1] for the left nozzle, leaving the right nozzle to fall back on the legacy top-level nozzle_temper/nozzle_target_temper fields. On the H2C that field happens to always mirror the right extruder, but on the X2D it tracks whichever nozzle is currently active — so during a left-only print the "Right Nozzle" card showed the left nozzle's temperature. Decode extruder.info[0] the same bit-packed way as the left side and prefer it over the legacy field when present.