diff options
author | Arksine <arksine.code@gmail.com> | 2019-07-03 19:12:44 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-07-10 09:57:46 -0400 |
commit | d4d8bf795b8b752b35596ea73d419c2ddba4324f (patch) | |
tree | ec127449ec8f61ba90e61a86a2fda51d723937de /docs/G-Codes.md | |
parent | 856b22b38775496e7b30007490325604d979073b (diff) | |
download | kutter-d4d8bf795b8b752b35596ea73d419c2ddba4324f.tar.gz kutter-d4d8bf795b8b752b35596ea73d419c2ddba4324f.tar.xz kutter-d4d8bf795b8b752b35596ea73d419c2ddba4324f.zip |
filament_switch_sensor: add SET_FILAMENT_SENSOR gcode
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 4b4d7a8b..f38c1a28 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -442,6 +442,9 @@ 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. + - `SET_FILAMENT_SENSOR SENSOR=<sensor_name> ENABLE=[0|1]`: Sets the + filament sensor on/off. If ENABLE is set to 0, the filament sensor will + be disabled, if set to 1 it is enabled. ## Firmware Retraction |