diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-06-04 10:39:43 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-06-04 10:39:43 -0400 |
commit | 3f96c0abd820faed7a281393e2ef5321f4686c42 (patch) | |
tree | 220b4f6f07f6675012a6fb74c9008ebe78b28df5 /docs/Command_Templates.md | |
parent | 962c48ecf7e0b0a96a60a192a556dbeb76c19da1 (diff) | |
download | kutter-3f96c0abd820faed7a281393e2ef5321f4686c42.tar.gz kutter-3f96c0abd820faed7a281393e2ef5321f4686c42.tar.xz kutter-3f96c0abd820faed7a281393e2ef5321f4686c42.zip |
docs: Minor wording change to Command_Templates.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Command_Templates.md')
-rw-r--r-- | docs/Command_Templates.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Command_Templates.md b/docs/Command_Templates.md index 82aa7d3c..42681de9 100644 --- a/docs/Command_Templates.md +++ b/docs/Command_Templates.md @@ -154,9 +154,9 @@ The following are common printer attributes: position (eg, `printer.toolhead.position.x`). The above list is subject to change - if using an attribute be sure to -review the [Config Changes document](Config_Changes.md) document when -upgrading the Klipper software. The above list is not exhaustive. -Other attributes may be available (via `get_status()` calls in the +review the [Config Changes document](Config_Changes.md) when upgrading +the Klipper software. The above list is not exhaustive. Other +attributes may be available (via `get_status()` methods defined in the software). However, undocumented attributes may change without notice in future Klipper releases. |