mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-10 15:25:20 -06:00
docs: Add documentation for BED_MESH_OFFSET
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
3fcce4bb4b
commit
b513d085a5
2 changed files with 15 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue