Browse Source

Drop extra call to get_available_commands

pull/1/head
Scott Lahteine 5 years ago
parent
commit
93dcc22aae
  1. 1
      Marlin/src/Marlin.cpp

1
Marlin/src/Marlin.cpp

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

Loading…
Cancel
Save