Clarify ExtUI command injection
This commit is contained in:
@ -795,7 +795,7 @@ namespace ExtUI {
|
||||
|
||||
float getFeedrate_percent() { return feedrate_percentage; }
|
||||
|
||||
void enqueueCommands_P(PGM_P const gcode) {
|
||||
void injectCommands_P(PGM_P const gcode) {
|
||||
queue.inject_P(gcode);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user