0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-19 16:16:13 +00:00

Don't reset stepper timeout for all g-codes

This commit is contained in:
Scott Lahteine 2018-06-19 21:50:09 -05:00
parent 3ca4f09680
commit e0b4abd3eb

View file

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