Browse Source

No need for +1 on initial seen_pointer

pull/1/head
Scott Lahteine 9 years ago
parent
commit
15a2351675
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

@ -5220,7 +5220,7 @@ void process_next_command() {
while (*current_command_args == ' ') ++current_command_args;
// Interpret the code int
seen_pointer = current_command + 1;
seen_pointer = current_command;
codenum = code_value_short();
// Handle a known G, M, or T

Loading…
Cancel
Save