mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-07 14:03:56 -06:00
Drop extra call to get_available_commands
This commit is contained in:
parent
451a942e95
commit
93dcc22aae
1 changed files with 0 additions and 1 deletions
|
@ -1193,7 +1193,6 @@ void loop() {
|
|||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
if (queue.length < BUFSIZE) queue.get_available_commands();
|
||||
queue.advance();
|
||||
endstops.event_handler();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue