mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-05 04:54:11 -06:00
filament_switch_sensor: add SET_FILAMENT_SENSOR gcode
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
856b22b387
commit
d4d8bf795b
2 changed files with 16 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue