Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | heater: Add new TURN_OFF_HEATERS command | Kevin O'Connor | 2018-09-18 | 1 | -0/+1 |
| | | | | | | | Add a command that will turn off all heaters in the printer. Run this command in the default idle_timeout action. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | idle_timeout: Move timeout handling from toolhead.py to new extras module | Kevin O'Connor | 2018-07-16 | 1 | -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> |