mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 05:24:02 -06:00
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>
This commit is contained in:
parent
d77928b17b
commit
bf8f7133b4
3 changed files with 105 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue