Browse Source

Don't reset stepper timeout for all g-codes

pull/1/head
Scott Lahteine 6 years ago
parent
commit
e366d55bc2
  1. 2
      Marlin/src/gcode/gcode.cpp

2
Marlin/src/gcode/gcode.cpp

@ -695,8 +695,6 @@ void GcodeSuite::process_next_command() {
#endif
}
reset_stepper_timeout(); // Keep steppers powered
// Parse the next command in the queue
parser.parse(current_command);
process_parsed_command();

Loading…
Cancel
Save