Clarify ExtUI command injection

This commit is contained in:
Scott Lahteine
2019-06-27 14:11:02 -05:00
parent 448d482d3c
commit de8fee6aea
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}