diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-03-03 22:20:27 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-03-03 22:20:27 -0500 |
commit | 4a8aece6a7f2ae5cbaa2ac283f0a82a0a613ac3d (patch) | |
tree | 3fddc823f451e7876f2e52a4c4f774434d81b949 /docs/G-Codes.md | |
parent | c31f981575ab9a03079e84c63e9226f335672650 (diff) | |
download | kutter-4a8aece6a7f2ae5cbaa2ac283f0a82a0a613ac3d.tar.gz kutter-4a8aece6a7f2ae5cbaa2ac283f0a82a0a613ac3d.tar.xz kutter-4a8aece6a7f2ae5cbaa2ac283f0a82a0a613ac3d.zip |
docs: Note g-code output is not intented to be parsed in G-Codes.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index cc9f9ae6..2beaed00 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -42,7 +42,10 @@ 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"](#additional-commands). +["extended G-Code commands"](#additional-commands). Similarly, the +G-Code terminal output is only intended to be human readable - see the +[API Server document](API_Server.md) if controlling Klipper from +external software. If one requires a less common G-Code command then it may be possible to implement it with a custom |