aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/hall_filament_width_sensor.py
Commit message (Expand)AuthorAgeFilesLines
* mcu: Rename setup_minmax() to setup_adc_sample()Kevin O'Connor2024-06-211-2/+2
* hall_filament_width_sensor: max filament diameterSami Haahtinen2023-12-171-2/+3
* hall_filament_width_sensor: fix range check error (#4113)Denis Ignatenko2021-03-271-2/+2
* hall_filament_width_sensor: Fix race condition (#3790)Pascal P2021-01-221-1/+5
* hall_filament_width_sensor: Fix Flow update before next pending_position #318...alocin732020-08-191-7/+14
* hall_filament_width_sensor: fix errorJanar Sööt2020-08-131-0/+1
* hall_filament_width_sensor: Added width logging (#2981)Denis Ignatenko2020-06-161-0/+17
* extras: Use "from . import module" for relative importsKevin O'Connor2020-06-151-1/+1
* hall_filament_width_sensor: Fix whitespace errorsKevin O'Connor2020-06-061-3/+4
* HallFilamentWidthSensor: Use current width instead of nomal width while delay...matpab2020-06-061-7/+14
* hall_filament_width_sensor: fix overflow issue on 12 bit adc (#2902)Denis Ignatenko2020-05-211-2/+2
* hall_filament_width_sensor: Increasing measure stability (#2836)Denis Ignatenko2020-05-181-3/+4
* hall_filament_width_sensor: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-10/+10
* gcode: Rename respond() to respond_raw()Kevin O'Connor2020-04-241-5/+5
* hall_filament_width_sensor: Added virtual runout sensor (#2535)Denis Ignatenko2020-03-011-5/+11
* hall_filament_width_sensor: Add new filament sensortest3210-d2020-02-141-0/+180