diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/G-Codes.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index b9db71c7..197ec3e2 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -357,3 +357,11 @@ is enabled: - `RESUME [VELOCITY=<value>]`: Resumes the print from a pause, first restoring the previously captured position. The VELOCITY parameter determines the speed at which the tool should return to the original captured position. + +## Filament Sensor + +The following command is available when the "filament_switch_sensor" config +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. |