From af7f27542f54582578b36fcd9bfbe17a1b46a875 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 28 Apr 2021 20:16:13 -0400 Subject: docs: Move status field reference to new Status_Reference.md file Move the reference of "printer" status fields from Command_Templates.md to a new Status_Reference.md file. Signed-off-by: Kevin O'Connor --- docs/Status_Reference.md | 303 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 303 insertions(+) create mode 100644 docs/Status_Reference.md (limited to 'docs/Status_Reference.md') diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md new file mode 100644 index 00000000..c09ad0fb --- /dev/null +++ b/docs/Status_Reference.md @@ -0,0 +1,303 @@ +This document is a reference of printer status information that +available in Klipper [macros](Command_Templates.md), [display +fields](Config_Reference.md#display), and via the [API +Server](API_Server.md). + +The fields in this document are subject to change - if using an +attribute be sure to review the [Config Changes +document](Config_Changes.md) when upgrading the Klipper software. + +# bed_mesh + +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. + +# configfile + +The following information is available in the `configfile` object +(this object is always available): +- `settings.
.