Files
klipper/docs
Ben Lye 48446a5448 hall_filament_width_sensor: Add config validation
Adds two checks to prevent config settings which could lead to div-by-zero errors in specific circumstances:

- `raw_dia1` and `raw_dia2` must be different to prevent a possible exception in `adc2_callback`

- `max_difference` must be less than `default_nominal_filament_diameter` to prevent a possible exception in `extrude_factor_update_event`

Doc is also updated.

Signed-off-by: Ben Lye ben@lye.co.nz
2026-04-08 14:57:04 -04:00
..
2025-06-08 12:23:02 -04:00
2022-01-09 21:13:53 -05:00
2019-04-14 22:41:23 -04:00
2025-10-13 13:53:13 -04:00
2025-05-16 12:14:45 -04:00
2023-02-20 11:06:25 -05:00
2025-04-11 21:07:28 -04:00
2024-10-26 22:02:20 -04:00

Welcome to the Klipper documentation. The overview document is a good starting point.