diff options
Diffstat (limited to 'docs/Command_Templates.md')
-rw-r--r-- | docs/Command_Templates.md | 3 |
1 files changed, 3 insertions, 0 deletions
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 |