Browse Source

Update M808 comment

Scott Lahteine 3 years ago
parent
commit
187602dfaf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/queue.cpp

+ 1
- 1
Marlin/src/gcode/queue.cpp View File

@@ -610,7 +610,7 @@ void GCodeQueue::get_serial_commands() {
610 610
         if (!is_eol && sd_count) ++sd_count;          // End of file with no newline
611 611
         if (!process_line_done(sd_input_state, command_buffer[index_w], sd_count)) {
612 612
 
613
-          // M808 S saves the sdpos of the next line. M808 loops to a new sdpos.
613
+          // M808 L saves the sdpos of the next line. M808 loops to a new sdpos.
614 614
           TERN_(GCODE_REPEAT_MARKERS, repeat.early_parse_M808(command_buffer[index_w]));
615 615
 
616 616
           // Put the new command into the buffer (no "ok" sent)

Loading…
Cancel
Save