machines/systems/flexibot/docs/marlin/_gcode/M105.md
2025-03-11 23:32:39 +01:00

942 B

tag title brief author group codes related notes parameters examples
m0105 Report Temperatures Send a temperature report to the host. thinkyhead thermal
M105
M155
Some hosts may hide the reply from [`M105`](/docs/gcode/M105.html).
A better way for hosts to get regular temperature updates is to use [`M155`](/docs/gcode/M155.html) (requires `AUTO_REPORT_TEMPERATURES` and `EXTENDED_CAPABILITIES_REPORT`). Hosts then no longer need to run an extra process or use up slots in the command buffer to receive temperatures.
tag optional description values
R true Include the Redundant temperature sensor (if any)
type
flag
tag optional description values
T true Hotend index
tag type
index int
pre code
Get a temperature report M105

Request a temperature report to be sent to the host as soon as possible.