aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDenis Ignatenko <60291791+test3210-d@users.noreply.github.com>2020-06-16 20:36:49 +0300
committerGitHub <noreply@github.com>2020-06-16 13:36:49 -0400
commitb3298d8992bde9bd206c455212eb16d4403bd1d8 (patch)
tree589c60ae506333d9770b599d47c2541aafe87bb5 /docs
parent4c571ea9ac188678d538572e533005731203adf3 (diff)
downloadkutter-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 'docs')
-rw-r--r--docs/HallFilamentWidthSensor.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/HallFilamentWidthSensor.md b/docs/HallFilamentWidthSensor.md
index 5867662d..efb62128 100644
--- a/docs/HallFilamentWidthSensor.md
+++ b/docs/HallFilamentWidthSensor.md
@@ -48,6 +48,10 @@ Sensor generates two analog output based on calculated filament width. Sum of ou
# measurement_interval:10
# Sensor readings done with 10 mm intervals by default. If necessary you are free to change this setting
+ #logging: False
+ # Out diameter to terminal and klipper.log
+ # can be turn on|of by command
+
#Virtual filament_switch_sensor suppurt. Create sensor named hall_filament_width_sensor.
#
#min_diameter:1.0
@@ -75,6 +79,10 @@ Sensor generates two analog output based on calculated filament width. Sum of ou
**QUERY_RAW_FILAMENT_WIDTH** Return the current ADC channel values and RAW sensor value for calibration points
+**ENABLE_FILAMENT_WIDTH_LOG** - Turn on diameter logging
+
+**DISABLE_FILAMENT_WIDTH_LOG** - Turn off diameter logging
+
## Menu variables
**hall_filament_width_sensor.Diameter** current measured filament width in mm
@@ -117,3 +125,7 @@ Save raw values in config
## How to enable sensor
After power on by default sensor disabled.
Enable sensor in start g-code by command **ENABLE_FILAMENT_WIDTH_SENSOR** or change enable parameter in config
+
+## Logging
+After power on by default diameter Logging disabled.
+Data to log added on every measurement interval (10 mm by default)