mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-13 10:47:04 +01:00
Don't reset stepper timeout for all g-codes
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user