aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/filament_switch_sensor.py
Commit message (Collapse)AuthorAgeFilesLines
* filament_switch_sensor: Use template evaluation on gcodeKevin O'Connor2019-06-071-10/+14
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* filament_runout_sensor: Auto load pause_resume module if pause_on_runout enabledKevin O'Connor2019-06-071-2/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* filament_switch_sensor: initial implementation of switch based filament ↵Arksine2019-03-011-0/+124
runout/insert sensor This implementation includes a BaseSensor class that all underlying sensor implementations should subclass. Signed-off-by: Eric Callahan <arksine.code@gmail.com>