Merge pull request #2141 from thinkyhead/fix_command_parser_M110

Set seen_pointer before calling code_value
This commit is contained in:
Scott Lahteine 2015-05-22 15:29:15 -07:00
commit 8cba3bd811

View file

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