mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
docs: Document Z_TILT_ADJUST RETRIES and RETRY_TOLERNACE options in G-Codes.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
383b83d788
commit
a2a91654a9
@ -1456,11 +1456,13 @@ The following commands are available when the
|
|||||||
[z_tilt config section](Config_Reference.md#z_tilt) is enabled.
|
[z_tilt config section](Config_Reference.md#z_tilt) is enabled.
|
||||||
|
|
||||||
#### Z_TILT_ADJUST
|
#### Z_TILT_ADJUST
|
||||||
`Z_TILT_ADJUST [HORIZONTAL_MOVE_Z=<value>] [<probe_parameter>=<value>]`: This
|
`Z_TILT_ADJUST [RETRIES=<value>] [RETRY_TOLERANCE=<value>]
|
||||||
command will probe the points specified in the config and then make independent
|
[HORIZONTAL_MOVE_Z=<value>] [<probe_parameter>=<value>]`: This command
|
||||||
adjustments to each Z stepper to compensate for tilt. See the PROBE command for
|
will probe the points specified in the config and then make
|
||||||
details on the optional probe parameters. The optional `HORIZONTAL_MOVE_Z`
|
independent adjustments to each Z stepper to compensate for tilt. See
|
||||||
value overrides the `horizontal_move_z` option specified in the config file.
|
the PROBE command for details on the optional probe parameters. The
|
||||||
|
optional `RETRIES`, `RETRY_TOLERANCE`, and `HORIZONTAL_MOVE_Z` values
|
||||||
|
override those options specified in the config file.
|
||||||
|
|
||||||
### [temperature_probe]
|
### [temperature_probe]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user