Skip to content

Commit

Permalink
Update M808 comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead authored and W4tel-BiDi committed Apr 5, 2021
1 parent eda6a40 commit a52bd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/gcode/queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ void GCodeQueue::get_serial_commands() {
if (!is_eol && sd_count) ++sd_count; // End of file with no newline
if (!process_line_done(sd_input_state, command_buffer[index_w], sd_count)) {

// M808 S saves the sdpos of the next line. M808 loops to a new sdpos.
// M808 L saves the sdpos of the next line. M808 loops to a new sdpos.
TERN_(GCODE_REPEAT_MARKERS, repeat.early_parse_M808(command_buffer[index_w]));

// Put the new command into the buffer (no "ok" sent)
Expand Down

0 comments on commit a52bd23

Please sign in to comment.