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:
Kevin O'Connor 2018-07-15 10:30:27 -04:00
parent 260d12af6d
commit 94dc8167c9
2 changed files with 2 additions and 4 deletions

View file

@ -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.