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,8 +695,6 @@ void GcodeSuite::process_next_command() {
695 695
     #endif
696 696
   }
697 697
 
698
-  reset_stepper_timeout(); // Keep steppers powered
699
-
700 698
   // Parse the next command in the queue
701 699
   parser.parse(current_command);
702 700
   process_parsed_command();

Loading…
Cancel
Save