Drop extra call to get_available_commands
This commit is contained in:
parent
451a942e95
commit
93dcc22aae
|
@ -1193,7 +1193,6 @@ void loop() {
|
|||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
if (queue.length < BUFSIZE) queue.get_available_commands();
|
||||
queue.advance();
|
||||
endstops.event_handler();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue