diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-04-28 20:16:13 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-04-28 20:32:00 -0400 |
commit | af7f27542f54582578b36fcd9bfbe17a1b46a875 (patch) | |
tree | 58718ad3c029679a1509ac2b5a434b91ddd22af3 /docs/Overview.md | |
parent | 3b33d6652f803482ff2dacce5973673142797976 (diff) | |
download | kutter-af7f27542f54582578b36fcd9bfbe17a1b46a875.tar.gz kutter-af7f27542f54582578b36fcd9bfbe17a1b46a875.tar.xz kutter-af7f27542f54582578b36fcd9bfbe17a1b46a875.zip |
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 <kevin@koconnor.net>
Diffstat (limited to 'docs/Overview.md')
-rw-r--r-- | docs/Overview.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Overview.md b/docs/Overview.md index a82f372b..21daffe3 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -42,6 +42,8 @@ communication with the Klipper developers. - [Slicers](Slicers.md): Configure "slicer" software for Klipper. - [Command Templates](Command_Templates.md): G-Code macros and conditional evaluation. + - [Status Reference](Status_Reference.md): Information available to + macros (and similar). - [TMC Drivers](TMC_Drivers.md): Using Trinamic stepper motor drivers with Klipper. - [Skew correction](skew_correction.md): Adjustments for axes not |