diff options
author | Denis Ignatenko <60291791+test3210-d@users.noreply.github.com> | 2020-06-16 20:36:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 13:36:49 -0400 |
commit | b3298d8992bde9bd206c455212eb16d4403bd1d8 (patch) | |
tree | 589c60ae506333d9770b599d47c2541aafe87bb5 /config | |
parent | 4c571ea9ac188678d538572e533005731203adf3 (diff) | |
download | kutter-b3298d8992bde9bd206c455212eb16d4403bd1d8.tar.gz kutter-b3298d8992bde9bd206c455212eb16d4403bd1d8.tar.xz kutter-b3298d8992bde9bd206c455212eb16d4403bd1d8.zip |
hall_filament_width_sensor: Added width logging (#2981)
Signed-off-by: Denis Ignatenko deniss979@gmail.com
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 15b95e87..8e7e0a5b 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -2035,6 +2035,9 @@ #measurement_interval: 10 # The approximate distance (in mm) between sensor readings. The # default is 10mm. +#logging: False +# Out diameter to terminal and klipper.log +# can be turn on|of by command #Virtual filament_switch_sensor support. Create sensor named hall_filament_width_sensor. #min_diameter:1.0 #Minimal diameter for trigger virtual filament_switch_sensor. |