diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-02-01 12:11:22 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-02-01 12:11:22 -0500 |
commit | 30be45c1ae5631467018d716fd67d132e73f9bcf (patch) | |
tree | 783cbadfde3dd2a5eb0f22f7059259dd502a952f | |
parent | c80552f9e7750d8d425888b7809b5af5bdcf9b74 (diff) | |
download | kutter-30be45c1ae5631467018d716fd67d132e73f9bcf.tar.gz kutter-30be45c1ae5631467018d716fd67d132e73f9bcf.tar.xz kutter-30be45c1ae5631467018d716fd67d132e73f9bcf.zip |
docs: Fix link in G-Codes.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/G-Codes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 6b903342..b0c0d770 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -42,7 +42,7 @@ Klipper's goal is to support the G-Code commands produced by common 3rd party software (eg, OctoPrint, Printrun, Slic3r, Cura, etc.) in their standard configurations. It is not a goal to support every possible G-Code command. Instead, Klipper prefers human readable -["extended G-Code commands"](#extended-g-code-commands). +["extended G-Code commands"](#additional-commands). If one requires a less common G-Code command then it may be possible to implement it with a custom |