mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-07 22:14:05 -06:00
docs: update BED_MESH_OFFSET description
Add the ZFADE parameter to the documentation. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
0cd16e956d
commit
0aaabf1904
2 changed files with 17 additions and 7 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue