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
 
1193
 
1194
     #endif // SDSUPPORT
1194
     #endif // SDSUPPORT
1195
 
1195
 
1196
-    if (queue.length < BUFSIZE) queue.get_available_commands();
1197
     queue.advance();
1196
     queue.advance();
1198
     endstops.event_handler();
1197
     endstops.event_handler();
1199
   }
1198
   }

Loading…
Cancel
Save