Drop extra call to get_available_commands

2.0.x
Scott Lahteine 5 years ago
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…
Cancel
Save