aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/G-Codes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md
index e2de4448..bc0e195c 100644
--- a/docs/G-Codes.md
+++ b/docs/G-Codes.md
@@ -9,6 +9,7 @@ Klipper supports the following standard G-Code commands:
- Move to origin: `G28 [X] [Y] [Z]`
- Turn off motors: `M18` or `M84`
- Wait for current moves to finish: `M400`
+- Select tool: `T<index>`
- Use absolute/relative distances for extrusion: `M82`, `M83`
- Use absolute/relative coordinates: `G90`, `G91`
- Set position: `G92 [X<pos>] [Y<pos>] [Z<pos>] [E<pos>]`