diff options
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 |