MCPcopy Create free account
hub / github.com/MarlinFirmware/Marlin / M155

Method M155

Marlin/src/gcode/temp/M155.cpp:33–38  ·  view source on GitHub ↗

* M155: Set temperature auto-report interval. M155 S */

Source from the content-addressed store, hash-verified

31 * M155: Set temperature auto-report interval. M155 S<seconds>
32 */
33void GcodeSuite::M155() {
34
35 if (parser.seenval('S'))
36 thermalManager.auto_reporter.set_interval(parser.value_byte());
37
38}
39
40#endif // AUTO_REPORT_TEMPERATURES

Callers

nothing calls this directly

Calls 3

seenvalMethod · 0.80
set_intervalMethod · 0.80
value_byteMethod · 0.80

Tested by

no test coverage detected