diff options
author | matpab <31384634+matpab@users.noreply.github.com> | 2020-06-06 20:19:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-06 14:19:00 -0400 |
commit | 967fe1c01c759724c52ec4fefbb95fb8a58840a6 (patch) | |
tree | ee1f50f58709e378b27687f8eb43dc84b3ee39cd /config/example-extras.cfg | |
parent | a6f2fc7179c0bf00827bc252fab5685efcad16f9 (diff) | |
download | kutter-967fe1c01c759724c52ec4fefbb95fb8a58840a6.tar.gz kutter-967fe1c01c759724c52ec4fefbb95fb8a58840a6.tar.xz kutter-967fe1c01c759724c52ec4fefbb95fb8a58840a6.zip |
HallFilamentWidthSensor: Use current width instead of nomal width while 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>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 7591645b..ca36c969 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -2016,6 +2016,8 @@ #Virtual filament_switch_sensor support. Create sensor named hall_filament_width_sensor. #min_diameter:1.0 #Minimal diameter for trigger virtual filament_switch_sensor. +#use_current_dia_while_delay: False +# Use the current diameter instead of the nominal diamenter while the measurement delay has not run through. #Values from filament_switch_sensor. #See [filament_switch_sensor] for a description of these parameters. #pause_on_runout: True |