| m0105 |
Report Temperatures |
Send a temperature report to the host. |
thinkyhead |
thermal |
|
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) |
|
|
| tag |
optional |
description |
values |
| T |
true |
Hotend index |
|
|
|
| pre |
code |
| Get a temperature report |
M105 |
|
|