diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-09-12 18:46:25 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-09-12 21:31:27 -0400 |
commit | 094b9de69e0438a5bbb6f6e67b19d842e0395717 (patch) | |
tree | 3c806cf49a17827a4cfd7caacd07c2ac04afd752 /docs/Installation.md | |
parent | 91691afdcf30e021c3f080af7097a9c4a68e5332 (diff) | |
download | kutter-094b9de69e0438a5bbb6f6e67b19d842e0395717.tar.gz kutter-094b9de69e0438a5bbb6f6e67b19d842e0395717.tar.xz kutter-094b9de69e0438a5bbb6f6e67b19d842e0395717.zip |
gcode: Send proactive state messages
Send a g-code info message on printer state changes.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Installation.md')
-rw-r--r-- | docs/Installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Installation.md b/docs/Installation.md index 2c8e573e..1ab0a005 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -147,7 +147,7 @@ In addition to common g-code commands, Klipper supports a few extended commands - "status" and "restart" are examples of these commands. Use the "help" command to get a list of other extended commands. -After Klipper reports that the "printer is ready" go on to the +After Klipper reports that the printer is ready go on to the [config check document](Config_checks.md) to perform some basic checks on the pin definitions in the config file. |