Don't reset stepper timeout for all g-codes

2.0.x
Scott Lahteine 7 years ago
parent 7406f04029
commit e366d55bc2

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

Loading…
Cancel
Save