Skip to content

Marlin M105 Response Incorrect #21

@kva19

Description

@kva19

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions