marlin2_a10m/Marlin/src/gcode/lcd
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
2018-03-21 19:30:06 -05:00
..
M0_M1.cpp [2.0.x] Automatically reset stepper timeout (#10179) 2018-03-21 19:30:06 -05:00
M73.cpp [2.x] addressing #8644 2017-12-06 23:49:30 -06:00
M117.cpp Move M117 to cpp 2017-09-21 16:27:00 -05:00
M145.cpp Move M145 to cpp 2017-09-21 16:26:58 -05:00
M250.cpp Move M250 to cpp 2017-09-21 16:27:05 -05:00
M300.cpp Move M300 to cpp 2017-09-21 16:27:04 -05:00