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

Method inject

Marlin/src/gcode/queue.h:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 */
131 static void inject_P(PGM_P const pgcode) { injected_commands_P = pgcode; }
132 static void inject(FSTR_P const fgcode) { inject_P(FTOP(fgcode)); }
133
134 /**
135 * Enqueue command(s) to run from SRAM. Drained by process_injected_command().

Callers 15

abortSDPrintingFunction · 0.80
setupFunction · 0.80
event_handlerMethod · 0.80
openAndPrintFileMethod · 0.80
G29.cppFile · 0.80
poweroffMethod · 0.80
pause_printMethod · 0.80
injectCommandsFunction · 0.80
filament_dialog_handleFunction · 0.80
setProBarRateFunction · 0.80
event_handlerFunction · 0.80
event_handlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected