diff options
author | Eric Callahan <arksine.code@gmail.com> | 2021-06-03 15:00:01 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2021-06-08 00:02:35 -0400 |
commit | b513d085a51251b0715461a473ada59254271350 (patch) | |
tree | 8e9e048652ad62f3f9d09e5386c3a5ac288fc24c /docs/G-Codes.md | |
parent | 3fcce4bb4b2087d975ff8e877afb111585e2bcfc (diff) | |
download | kutter-b513d085a51251b0715461a473ada59254271350.tar.gz kutter-b513d085a51251b0715461a473ada59254271350.tar.xz kutter-b513d085a51251b0715461a473ada59254271350.zip |
docs: Add documentation for BED_MESH_OFFSET
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index a885aef1..2db1f491 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -433,6 +433,10 @@ The following commands are available when the supplied name from persistent memory. Note that after SAVE or REMOVE operations have been run the SAVE_CONFIG gcode must be run to make the changes to peristent memory permanent. +- `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 Screws Helper |