From 36832739369ab2f66beb1bad732523b5c3687ff7 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 24 Nov 2019 19:16:21 -0500 Subject: toolhead: Report which axes are homed via get_status() Signed-off-by: Kevin O'Connor --- docs/Command_Templates.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/Command_Templates.md b/docs/Command_Templates.md index 07026093..c95ebea4 100644 --- a/docs/Command_Templates.md +++ b/docs/Command_Templates.md @@ -157,6 +157,9 @@ The following are common printer attributes: extruder. For example, one could use `printer[printer.toolhead.extruder].target` to get the target temperature of the current extruder. +- `printer.toolhead.homed_axes`: The current cartesian axes considered + to be in a "homed" state. This is a string containing one or more of + "x", "y", "z". The above list is subject to change - if using an attribute be sure to review the [Config Changes document](Config_Changes.md) when upgrading -- cgit v1.2.3-70-g09d2