Don't reset stepper timeout for all g-codes

This commit is contained in:
Scott Lahteine 2018-06-19 21:48:28 -05:00
parent 7406f04029
commit e366d55bc2

View file

@ -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();