diff options
author | TheJoshW <46292721+TheJoshW@users.noreply.github.com> | 2021-03-15 12:36:19 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-14 21:36:19 -0400 |
commit | bf8f7133b43cbb98b4a9515e43e1a1b7d71e04ea (patch) | |
tree | d1f778bb9736b70b18925a36b971c52e400898b9 /docs/G-Codes.md | |
parent | d77928b17ba6b32189033b3d6decdb5bcc7c342c (diff) | |
download | kutter-bf8f7133b43cbb98b4a9515e43e1a1b7d71e04ea.tar.gz kutter-bf8f7133b43cbb98b4a9515e43e1a1b7d71e04ea.tar.xz kutter-bf8f7133b43cbb98b4a9515e43e1a1b7d71e04ea.zip |
filament_motion_sensor: Add filament_motion_sensor (#3857)
Add functionality to support a Filament Motion Sensor for detecting extruder jams as well as runouts. Works by an encoder toggling the switch_pin 0/1 as the filament is pulled through the sensor.
Signed-off-by: Joshua Wherrett <thejoshw.code@gmail.com>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 772815fc..00ecdad8 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -574,7 +574,7 @@ enabled: ## Filament Sensor The following command is available when the -[filament_switch_sensor config section](Config_Reference.md#filament_switch_sensor) +[filament_switch_sensor or filament_motion_sensor config section](Config_Reference.md#filament_switch_sensor) is enabled. - `QUERY_FILAMENT_SENSOR SENSOR=<sensor_name>`: Queries the current status of the filament sensor. The data displayed on the terminal |