diff options
author | Yifei Ding <dingyifeiair@gmail.com> | 2021-12-27 09:41:31 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-27 12:41:31 -0500 |
commit | 98af5dffe61476200d1215afbd00b0d809ad0474 (patch) | |
tree | 0afb9a03195ea2e2d073cea1f0a2130933f1e832 /docs/Status_Reference.md | |
parent | 634ae08df6fbd962bd034ac434539c5d02eb5dfa (diff) | |
download | kutter-98af5dffe61476200d1215afbd00b0d809ad0474.tar.gz kutter-98af5dffe61476200d1215afbd00b0d809ad0474.tar.xz kutter-98af5dffe61476200d1215afbd00b0d809ad0474.zip |
docs: Improve filament width sensor documentation (#5058)
Add Filament Width Sensor to G-Codes.md
Remove Redundant Filament Width Sensor Entries
Remove Duplicate Status Reference In Hall Filament Width Sensor
Fix Indentation For Filament Width Sensors
Signed-off-by: Yifei Ding<yifeiding@protonmail.com>
Diffstat (limited to 'docs/Status_Reference.md')
-rw-r--r-- | docs/Status_Reference.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index 1d726f13..4fed169b 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -138,7 +138,8 @@ The following information is available in the [hall_filament_width_sensor](Config_Reference.md#hall_filament_width_sensor) object: - `is_active`: Returns True if the sensor is currently active. -- `Diameter`, `Raw`: The last read values from the sensor. +- `Diameter`: The last reading from the sensor in mm. +- `Raw`: The last raw ADC reading from the sensor. ## heater |