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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user