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

Function injectCommands

Marlin/src/lcd/extui/ui_api.cpp:958–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

956
957 void injectCommands_P(PGM_P const gcode) { queue.inject_P(gcode); }
958 void injectCommands(char * const gcode) { queue.inject(gcode); }
959
960 bool commandsInQueue() { return (planner.has_blocks_queued() || queue.has_commands_queued()); }
961

Callers

nothing calls this directly

Calls 1

injectMethod · 0.80

Tested by

no test coverage detected