diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-03-03 21:46:59 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-03-03 21:48:57 -0500 |
commit | c31f981575ab9a03079e84c63e9226f335672650 (patch) | |
tree | 423adf78b2fc472e0f2153e23dde58b2bce15cae /docs/G-Codes.md | |
parent | 7ce409d7a59ae377205ac27d73e435164e1c96b3 (diff) | |
download | kutter-c31f981575ab9a03079e84c63e9226f335672650.tar.gz kutter-c31f981575ab9a03079e84c63e9226f335672650.tar.xz kutter-c31f981575ab9a03079e84c63e9226f335672650.zip |
docs: Add link to GET_POSITION description 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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 1d14c949..cc9f9ae6 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -471,7 +471,9 @@ The gcode_move module is automatically loaded. #### GET_POSITION `GET_POSITION`: Return information on the current location of the -toolhead. +toolhead. See the developer documentation of +[GET_POSITION output](Code_Overview.md#coordinate-systems) for more +information. #### SET_GCODE_OFFSET `SET_GCODE_OFFSET [X=<pos>|X_ADJUST=<adjust>] |