diff options
Diffstat (limited to 'docs/Status_Reference.md')
-rw-r--r-- | docs/Status_Reference.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index 4c7883c7..7b6f1a42 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -28,6 +28,17 @@ The following information is available in the - `profiles`: The set of currently defined profiles as setup using BED_MESH_PROFILE. +## bed_screws + +The following information is available in the +`Config_Reference.md#bed_screws` object: +- `is_active`: Returns True if the bed screws adjustment tool is currently +active. +- `state`: The bed screws adjustment tool state. It is one of +the following strings: "adjust", "fine". +- `current_screw`: The index for the current screw being adjusted. +- `accepted_screws`: The number of accepted screws. + ## configfile The following information is available in the `configfile` object |