You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Scott Lahteine 1cb810ff1c
[2.0.x] Automatically reset stepper timeout (#10179)
* Automatically reset stepper timeout in manage_inactivity

Any code that adds moves to the planner can skip resetting the stepper timeout. We can let `idle` / `manage_inactivity` reset the timer whenever it detects any moves in the planner.

* blocks_queued => has_blocks_queued
7 years ago
..
M0_M1.cpp [2.0.x] Automatically reset stepper timeout (#10179) 7 years ago
M73.cpp [2.x] addressing #8644 7 years ago
M117.cpp Move M117 to cpp 7 years ago
M145.cpp Move M145 to cpp 7 years ago
M250.cpp Move M250 to cpp 7 years ago
M300.cpp Move M300 to cpp 7 years ago