Firmware2/Marlin/src/gcode
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
..
bedlevel Tweak use of move_z_after_probing 2018-03-21 01:25:08 -05:00
calibrate Tweak use of move_z_after_probing 2018-03-21 01:25:08 -05:00
config [2.0.x] Automatically reset stepper timeout (#10179) 2018-03-21 19:30:06 -05:00
control Consolidate smart stepper driver initialization 2018-03-19 22:05:16 -05:00
eeprom Patch configuration_store for extra serial port 2018-03-09 07:42:27 -06:00
feature Tweaks to M915 2018-03-21 05:15:25 -05:00
geometry Allow G53 to go back to native space 2018-03-21 01:38:25 -05:00
host Report sd card progress [FR] #9751 (#9832) 2018-02-26 15:38:27 -06:00
lcd [2.0.x] Automatically reset stepper timeout (#10179) 2018-03-21 19:30:06 -05:00
motion [2.0.x] Automatically reset stepper timeout (#10179) 2018-03-21 19:30:06 -05:00
probe Tweak use of move_z_after_probing 2018-03-21 01:25:08 -05:00
scara Operate in Native Machine Space 2017-11-04 00:05:38 -05:00
sdcard Add C parameter to M27 to include the long filename 2018-03-15 23:06:18 -05:00
stats Multi-host support 2018-01-10 00:14:47 -06:00
temperature [2.0.x] Automatically reset stepper timeout (#10179) 2018-03-21 19:30:06 -05:00
units Move M82_M83 to cpp 2017-09-21 16:26:59 -05:00
gcode.cpp [2.0.x] Automatically reset stepper timeout (#10179) 2018-03-21 19:30:06 -05:00
gcode.h [2.0.x] Automatically reset stepper timeout (#10179) 2018-03-21 19:30:06 -05:00
parser.cpp [2.0.x] remove duplicated include (#9445) 2018-02-03 19:32:05 -06:00
parser.h Fix the "slow" version of the G-code parser 2018-02-02 00:35:58 -06:00
queue.cpp [2.0.x] Automatically reset stepper timeout (#10179) 2018-03-21 19:30:06 -05:00
queue.h Multi-host support 2018-01-10 00:14:47 -06:00