So I have been trying to figure out why my octoprint doesn't get a temp update from my printer and after quite a bit of trial and error I have figured out it is because the M105 format is not correct. The second nozzle temp is never returned. Only way to get the second nozzle temp is by manually changing to the second extruder and changing back but the second you change back the nozzle temp for the second extruder does not update. Could anyone help me in correcting this issue?
Current format is
Send: M105
Recv: ok T:16.9 /0.0 B:16.9 /0.0 @:0 B@:0
The correct format should be
Send M105
Recv: ok T:16.9 /0.0 T1:16.9 /0.0 B:10 /0.0
The T is referring to extruder 1 and t1 is referring to extruder 2
So I have been trying to figure out why my octoprint doesn't get a temp update from my printer and after quite a bit of trial and error I have figured out it is because the M105 format is not correct. The second nozzle temp is never returned. Only way to get the second nozzle temp is by manually changing to the second extruder and changing back but the second you change back the nozzle temp for the second extruder does not update. Could anyone help me in correcting this issue?
Current format is
Send: M105
Recv: ok T:16.9 /0.0 B:16.9 /0.0 @:0 B@:0
The correct format should be
Send M105
Recv: ok T:16.9 /0.0 T1:16.9 /0.0 B:10 /0.0
The T is referring to extruder 1 and t1 is referring to extruder 2