From 47e45ab39133cc155e5e1f232efafadb66463212 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 28 Oct 2018 10:11:15 -0400 Subject: [PATCH] docs: Note the use of gcode_macro in G-Codes.md Signed-off-by: Kevin O'Connor --- docs/G-Codes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/G-Codes.md b/docs/G-Codes.md index d5230aa6..27349f9d 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -36,6 +36,12 @@ 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). +If one requires a less common G-Code command then it may be possible +to implement it with a custom Klipper gcode_macro (see +[example-extras.cfg](../config/example-extras.cfg) for details). For +example, one might use this to implement: `G10`, `G11`, `G12`, `G29`, +`G30`, `G31`, `M42`, `M80`, `M81`, etc. + ## G-Code SD card commands Klipper also supports the following standard G-Code commands if the