mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-10 07:15:10 -06:00
z_tilt: Don't default "points" parameter to "z_positions" parameter
It's rare to have all the Z stepper locations directly under the printable surface, so using z_positions for points is not a good default. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
260d12af6d
commit
94dc8167c9
2 changed files with 2 additions and 4 deletions
|
@ -77,8 +77,7 @@
|
|||
# etc. This parameter must be provided.
|
||||
#points:
|
||||
# A newline separated list of X,Y points that should be probed
|
||||
# during a Z_TILT_ADJUST command. The default is to use the same
|
||||
# positions described in z_positions.
|
||||
# during a Z_TILT_ADJUST command. This parameter must be provided.
|
||||
#speed: 50
|
||||
# The speed (in mm/s) of non-probing moves during the calibration.
|
||||
# The default is 50.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue