aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Reference.md
diff options
context:
space:
mode:
authorSami Haahtinen <ressu@google.com>2023-12-16 01:03:51 +0000
committerKevinOConnor <kevin@koconnor.net>2023-12-17 11:13:33 -0500
commit3417940fd82adf621f429f42289d3693ee832582 (patch)
treee9f1cc9072cc333b2e3fe715cc7f60cc5c5024b8 /docs/Config_Reference.md
parent2defd7374a8c7636e8fccaa1855eb8d75d7c070b (diff)
downloadkutter-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_Reference.md')
-rw-r--r--docs/Config_Reference.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md
index 313a50ec..4b53ef26 100644
--- a/docs/Config_Reference.md
+++ b/docs/Config_Reference.md
@@ -4429,6 +4429,9 @@ adc2:
# command.
#min_diameter: 1.0
# Minimal diameter for trigger virtual filament_switch_sensor.
+#max_diameter:
+# Maximum diameter for triggering virtual filament_switch_sensor.
+# The default is default_nominal_filament_diameter + max_difference.
#use_current_dia_while_delay: False
# Use the current diameter instead of the nominal diameter while
# the measurement delay has not run through.