aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Bed_Mesh.md
diff options
context:
space:
mode:
authorEric Callahan <arksine.code@gmail.com>2021-06-03 15:00:01 -0400
committerKevinOConnor <kevin@koconnor.net>2021-06-08 00:02:35 -0400
commitb513d085a51251b0715461a473ada59254271350 (patch)
tree8e9e048652ad62f3f9d09e5386c3a5ac288fc24c /docs/Bed_Mesh.md
parent3fcce4bb4b2087d975ff8e877afb111585e2bcfc (diff)
downloadkutter-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/Bed_Mesh.md')
-rw-r--r--docs/Bed_Mesh.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/Bed_Mesh.md b/docs/Bed_Mesh.md
index a36f9244..bdc1aa6c 100644
--- a/docs/Bed_Mesh.md
+++ b/docs/Bed_Mesh.md
@@ -430,3 +430,14 @@ probing the "Probe" points will refer to both the tool and nozzle locations.
`BED_MESH_CLEAR`
This gcode may be used to clear the internal mesh state.
+
+### Apply X/Y offsets
+
+`BED_MESH_OFFSET [X=<value>] [Y=<value>]`
+
+This is useful for printers with multiple independent extruders, as an offset
+is necessary to produce correct Z adjustment after a tool change. Offsets
+should be specified relative to the primary extruder. That is, a positive
+X offset should be specified if the secondary extruder is mounted to the
+right of the primary extruder, and a positive Y offset should be specified
+if the secondary extruder is mounted "behind" the primary extruder.