diff options
Diffstat (limited to 'docs/Bed_Mesh.md')
-rw-r--r-- | docs/Bed_Mesh.md | 11 |
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. |