aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Installation.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-09-12 18:46:25 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-09-12 21:31:27 -0400
commit094b9de69e0438a5bbb6f6e67b19d842e0395717 (patch)
tree3c806cf49a17827a4cfd7caacd07c2ac04afd752 /docs/Installation.md
parent91691afdcf30e021c3f080af7097a9c4a68e5332 (diff)
downloadkutter-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.md2
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.