aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/idle_timeout.py
Commit message (Collapse)AuthorAgeFilesLines
* idle_timeout: Move timeout handling from toolhead.py to new extras moduleKevin O'Connor2018-07-161-0/+48
Move the "motor_off_timeout" tracking to a new module in the extras/ directory. This makes it easier to customize the idle timeout behavior. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>