Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | filament_switch_sensor: Use template evaluation on gcode | Kevin O'Connor | 2019-06-07 | 1 | -10/+14 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | filament_runout_sensor: Auto load pause_resume module if pause_on_runout enabled | Kevin O'Connor | 2019-06-07 | 1 | -2/+3 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | filament_switch_sensor: initial implementation of switch based filament ↵ | Arksine | 2019-03-01 | 1 | -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> |