diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Status_Reference.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index 0303ae41..e8f7f2c0 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -242,6 +242,8 @@ The following information is available in the `gcode_move` object The following information is available in the [hall_filament_width_sensor](Config_Reference.md#hall_filament_width_sensor) object: +- all items from + [filament_switch_sensor](Status_Reference.md#filament_switch_sensor) - `is_active`: Returns True if the sensor is currently active. - `Diameter`: The last reading from the sensor in mm. - `Raw`: The last raw ADC reading from the sensor. |