diff options
author | Arksine <arksine.code@gmail.com> | 2019-02-09 19:40:03 -0500 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-03-01 00:45:51 -0500 |
commit | 69491e2dab77b2446fe13f6df1ab80b62d405192 (patch) | |
tree | c7bfb17ee4e0348e5a2224f10380ddafbb559953 /docs/G-Codes.md | |
parent | 3c79e484d5905f97a2376408830f33631b8ca36c (diff) | |
download | kutter-69491e2dab77b2446fe13f6df1ab80b62d405192.tar.gz kutter-69491e2dab77b2446fe13f6df1ab80b62d405192.tar.xz kutter-69491e2dab77b2446fe13f6df1ab80b62d405192.zip |
filament_switch_sensor: update documentation
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index b9db71c7..197ec3e2 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -357,3 +357,11 @@ is enabled: - `RESUME [VELOCITY=<value>]`: Resumes the print from a pause, first restoring the previously captured position. The VELOCITY parameter determines the speed at which the tool should return to the original captured position. + +## Filament Sensor + +The following command is available when the "filament_switch_sensor" config +section is enabled. + - `QUERY_FILAMENT_SENSOR SENSOR=<sensor_name>`: Queries the current status of + the filament sensor. The data displayed on the terminal will depend on the + sensor type defined in the confguration. |