Browse Source

Set seen_pointer before calling code_value

Scott Lahteine 10 years ago
parent
commit
550dd87b2a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/Marlin_main.cpp

+ 1
- 0
Marlin/Marlin_main.cpp View File

5220
   while (*current_command_args == ' ') ++current_command_args;
5220
   while (*current_command_args == ' ') ++current_command_args;
5221
 
5221
 
5222
   // Interpret the code int
5222
   // Interpret the code int
5223
+  seen_pointer = current_command + 1;
5223
   codenum = code_value_short();
5224
   codenum = code_value_short();
5224
 
5225
 
5225
   // Handle a known G, M, or T
5226
   // Handle a known G, M, or T

Loading…
Cancel
Save