Don't reset stepper timeout for all g-codes
This commit is contained in:
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…
Reference in New Issue
Block a user