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

Function is_M29

Marlin/src/gcode/queue.cpp:329–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329FORCE_INLINE bool is_M29(const char * const cmd) { // matches "M29" & "M29 ", but not "M290", etc
330 const char * const m29 = strstr_P(cmd, PSTR("M29"));
331 return m29 && !NUMERIC(m29[3]);
332}
333
334#define PS_NORMAL 0
335#define PS_EOL 1

Callers 2

get_serial_commandsMethod · 0.85
advanceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected