aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/hall_filament_width_sensor.py
Commit message (Collapse)AuthorAgeFilesLines
* hall_filament_width_sensor: Fix whitespace errorsKevin O'Connor2020-06-061-3/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* HallFilamentWidthSensor: Use current width instead of nomal width while ↵matpab2020-06-061-7/+14
| | | | | | | delay is not over (#2907) Option for using the current diameter instead of nominal while the first measurement isn't in place Signed-off-by: Matthias Pabel <matthias.pabel@hs-augsburg.de>
* hall_filament_width_sensor: fix overflow issue on 12 bit adc (#2902)Denis Ignatenko2020-05-211-2/+2
| | | Signed-off-by: Denis Ignatenko <deniss979@gmail.com>
* hall_filament_width_sensor: Increasing measure stability (#2836)Denis Ignatenko2020-05-181-3/+4
| | | Signed-off-by: Denis Ignatenko <deniss979@gmail.com>
* hall_filament_width_sensor: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-10/+10
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* gcode: Rename respond() to respond_raw()Kevin O'Connor2020-04-241-5/+5
| | | | | | | | | | | Rename the method to make it more clear that it is a low-level call that should be rarely used. Also, change gcode_button.py, hall_filament_width_sensor.py, and tsl1401cl_filament_width_sensor.py to use respond_info() instead of respond_raw(). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* hall_filament_width_sensor: Added virtual runout sensor (#2535)Denis Ignatenko2020-03-011-5/+11
| | | Signed-off-by: Denis Ignatenko deniss979@gmail.com
* hall_filament_width_sensor: Add new filament sensortest3210-d2020-02-141-0/+180
Signed-off-by: Denis Ignatenko <deniss979@gmail.com>