diff options
author | Sami Haahtinen <ressu@google.com> | 2023-12-16 01:03:51 +0000 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2023-12-17 11:13:33 -0500 |
commit | 3417940fd82adf621f429f42289d3693ee832582 (patch) | |
tree | e9f1cc9072cc333b2e3fe715cc7f60cc5c5024b8 /docs/Config_Changes.md | |
parent | 2defd7374a8c7636e8fccaa1855eb8d75d7c070b (diff) | |
download | kutter-3417940fd82adf621f429f42289d3693ee832582.tar.gz kutter-3417940fd82adf621f429f42289d3693ee832582.tar.xz kutter-3417940fd82adf621f429f42289d3693ee832582.zip |
hall_filament_width_sensor: max filament diameter
Add support for maximum filament diameter to hall filament width sensor.
If the diameter of the filament diameter is larger than the limit, the
virtual runout sensor will trigger. The default value is set to maximum
flow adjustment threshold to prevent oversized filament from clogging.
Signed-off-by: Sami Haahtinen <ressu@ressukka.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 3606c6d0..2ceb868d 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,6 +8,12 @@ All dates in this document are approximate. ## Changes +20231216: The `[hall_filament_width_sensor]` is changed to trigger filament runout +when the thickness of the filament exceeds `max_diameter`. The maximum diameter +defaults to `default_nominal_filament_diameter + max_difference`. See +[[hall_filament_width_sensor] configuration +reference](./Config_Reference.md#hall_filament_width_sensor) for more details. + 20231207: Several undocumented config parameters in the `[printer]` config section have been removed (the buffer_time_low, buffer_time_high, buffer_time_start, and move_flush_time parameters). |