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

Method enqueue_now

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

Source from the content-addressed store, hash-verified

162 */
163 static void enqueue_now_P(PGM_P const pcmd);
164 static void enqueue_now(FSTR_P const fcmd) { enqueue_now_P(FTOP(fcmd)); }
165
166 /**
167 * Check whether there are any commands yet to be executed

Callers 15

event_handlerFunction · 0.80
levelingMenuMethod · 0.80
levelingManualMethod · 0.80
levelingOffsetMethod · 0.80
loopMethod · 0.80
probeMethod · 0.80
homeMethod · 0.80
resetEEPROMMethod · 0.80
settingsExtraMethod · 0.80
pidRunMethod · 0.80
powerLossAbortMethod · 0.80
powerLossResumeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected