diff options
author | Misterke <kurt.haenen@gmail.com> | 2022-02-15 20:58:47 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2022-02-16 13:42:19 -0500 |
commit | 8b0c6fcb089769f70ecbb11cc3793dcd61f445dd (patch) | |
tree | fff3cb4b640412c6efde4f5eb3d303cd45376c4f /docs/Status_Reference.md | |
parent | 131cca2b51867a5b4d80b8fa5cd0c200d08fc754 (diff) | |
download | kutter-8b0c6fcb089769f70ecbb11cc3793dcd61f445dd.tar.gz kutter-8b0c6fcb089769f70ecbb11cc3793dcd61f445dd.tar.xz kutter-8b0c6fcb089769f70ecbb11cc3793dcd61f445dd.zip |
bed_mesh: Report actual mesh profiles as status
Report the actual profiles available via BED_MESH_PROFILE
via the status for use by clients.
Signed-off-by: Kurt Haenen <kurt.haenen@gmail.com>
Diffstat (limited to 'docs/Status_Reference.md')
-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 4fed169b..a23c46a9 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -16,6 +16,8 @@ The following information is available in the [bed_mesh](Config_Reference.md#bed_mesh) object: - `profile_name`, `mesh_min`, `mesh_max`, `probed_matrix`, `mesh_matrix`: Information on the currently active bed_mesh. +- `profiles`: The set of currently defined profiles as setup + using BED_MESH_PROFILE. ## configfile |