M155 - Temperature Auto-Report

Description

It can be useful for host software to track temperatures, display and graph them over time, but polling with M105 is less than optimal. With M155 hosts simply set an interval and Marlin will keep sending data automatically. This method is preferred over polling with M105.

Notes

Requires AUTO_REPORT_TEMPERATURES in Configuration_adv.h.

Also enable EXTENDED_CAPABILITIES_REPORT to notify hosts about this capability.

Parameters

M155 [S<seconds>]
[S<seconds>]

Interval in seconds between auto-reports. S0 to disable.

Examples

Report temperatures every 4 seconds

M155 S4

Stop reporting temperatures

M155 S0