diff options
author | Eric Callahan <arksine.code@gmail.com> | 2024-02-06 11:19:03 -0500 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2024-02-15 12:03:41 -0500 |
commit | 0aaabf1904aebcd6940fc15cc19015c6853317f8 (patch) | |
tree | 76809e969f284c7c0839296ce9dfee02774a26c2 /docs/G-Codes.md | |
parent | 0cd16e956d1e3aa54ba8e8b6cb677139c797f3ef (diff) | |
download | kutter-0aaabf1904aebcd6940fc15cc19015c6853317f8.tar.gz kutter-0aaabf1904aebcd6940fc15cc19015c6853317f8.tar.xz kutter-0aaabf1904aebcd6940fc15cc19015c6853317f8.zip |
docs: update BED_MESH_OFFSET description
Add the ZFADE parameter to the documentation.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 92cb7660..3e32ba3f 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -184,10 +184,12 @@ SAVE_CONFIG gcode must be run to make the changes to persistent memory permanent. #### BED_MESH_OFFSET -`BED_MESH_OFFSET [X=<value>] [Y=<value>]`: Applies X and/or Y offsets -to the mesh lookup. This is useful for printers with independent -extruders, as an offset is necessary to produce correct Z adjustment -after a tool change. +`BED_MESH_OFFSET [X=<value>] [Y=<value>] [ZFADE=<value]`: Applies X, Y, +and/or ZFADE offsets to the mesh lookup. This is useful for printers with +independent extruders, as an offset is necessary to produce correct Z +adjustment after a tool change. Note that a ZFADE offset does not apply +additional z-adjustment directly, it is used to correct the `fade` +calculation when a `gcode offset` has been applied to the Z axis. ### [bed_screws] |