Browse Source

Drop extra call to get_available_commands

Scott Lahteine 5 years ago
parent
commit
93dcc22aae
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/src/Marlin.cpp

+ 0
- 1
Marlin/src/Marlin.cpp View File

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

Loading…
Cancel
Save