Skip to content

Commit

Permalink
Drop extra call to get_available_commands
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Sep 2, 2019
1 parent 451a942 commit 93dcc22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Marlin/src/Marlin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,6 @@ void loop() {

#endif // SDSUPPORT

if (queue.length < BUFSIZE) queue.get_available_commands();
queue.advance();
endstops.event_handler();
}
Expand Down

0 comments on commit 93dcc22

Please sign in to comment.