Browse Source

Don't reset stepper timeout for all g-codes

Scott Lahteine 6 years ago
parent
commit
e366d55bc2
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      Marlin/src/gcode/gcode.cpp

+ 0
- 2
Marlin/src/gcode/gcode.cpp View File

695
     #endif
695
     #endif
696
   }
696
   }
697
 
697
 
698
-  reset_stepper_timeout(); // Keep steppers powered
699
-
700
   // Parse the next command in the queue
698
   // Parse the next command in the queue
701
   parser.parse(current_command);
699
   parser.parse(current_command);
702
   process_parsed_command();
700
   process_parsed_command();

Loading…
Cancel
Save