aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/filament_switch_sensor.py
Commit message (Expand)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-27/+46
* buttons: Debounce gcode_button and filament_switch_sensor (#6848)Gareth Farrington2025-03-201-8/+11
* filament_switch_sensor: report "enabled" state via get_statusArksine2020-08-011-1/+3
* klippy: Rename try_load_module() to load_object()Kevin O'Connor2020-05-081-3/+3
* filament_switch_sensor: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-4/+4
* filament_switch_sensor: Query "printing" status instead of tracking itKevin O'Connor2020-02-171-27/+9
* filament_switch_sensor: Collapse event disable flagsKevin O'Connor2020-02-171-12/+6
* filament_switch_sensor: Minor optimization to note_filament_present()Kevin O'Connor2020-02-171-5/+6
* filament_switch_sensor: Add a get_status() methodArksine2020-02-171-0/+3
* filament_switch_sensor: Execute events using reactor callbacksArksine2020-02-171-4/+5
* filament_switch_sensor: Replace BaseSensor with RunoutHelperArksine2020-02-171-62/+58
* filament_switch_sensor: Add a delay between dispatch of pause and execution o...Arksine2019-09-081-0/+2
* filament_switch_sensor: add SET_FILAMENT_SENSOR gcodeArksine2019-07-101-2/+13
* filament_switch_sensor: postfix M400 to scriptArksine2019-07-101-1/+1
* filament_switch_sensor: remove stale _hande_ready call in the BaseSensorArksine2019-07-101-3/+0
* filament_switch_sensor: Use template evaluation on gcodeKevin O'Connor2019-06-071-10/+14
* filament_runout_sensor: Auto load pause_resume module if pause_on_runout enabledKevin O'Connor2019-06-071-2/+3
* filament_switch_sensor: initial implementation of switch based filament runou...Arksine2019-03-011-0/+124