Wrong temperature on T1 while T2 is active

Version 1.2.1

The temperature of T1 and T2 are different while T1 is active.
http://www.mot.net.tw/temp/20220209-01.jpg

But When I switch to T2, the temperature of T1 is wrong(same as T2).
http://www.mot.net.tw/temp/20220209-02.jpg

Comments

  • See in configuration->Tools if every extruder has set "Extruder Managing Temperarures" to the own extruder number.
    If this is the case, go to console and enable ack and disable M105 filter and see what firmware says. Some do only report temperature for active printer. Correct answer will contain T0: and T1: in temperature report - if only one temperature is reportet as T: and we get no infos for other extruders to show.
  • It seems to be a Marlin bug in 2.0.9.3

    My M105 response when T2 is active
    20:58:49.981 : T0:25.37 /0.00 B:31.22 /0.00 T0:62.95 /250.00 T1:25.37 /0.00 @:0 B@:0 @0:127 @1:0

    https://github.com/MarlinFirmware/Marlin/pull/23505
  • Yes, returning in T0 the value from T1 is wrong. How should one know which extruder is meant if numbers are wrong:-) But from link you provided it seems they noticed already.
Sign In or Register to comment.