Merge pull request #2142 from thinkyhead/fix_command_parser_M110

No need for +1 on initial seen_pointer
master
Scott Lahteine 9 years ago
commit f4584c51c5

@ -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