Drop extra call to get_available_commands

This commit is contained in:
Scott Lahteine 2019-09-02 01:09:45 -05:00
parent 451a942e95
commit 93dcc22aae

View file

@ -1193,7 +1193,6 @@ void loop() {
#endif // SDSUPPORT
if (queue.length < BUFSIZE) queue.get_available_commands();
queue.advance();
endstops.event_handler();
}