probe: Support manual probing at runtime
Don't require the config file to specify manual probing. Instead, allow the user to select manual probing on each ProbePointsHelper invocation. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
committed by
KevinOConnor
parent
0e9b8abde2
commit
33887b8c39
@@ -63,14 +63,6 @@
|
||||
#horizontal_move_z: 5
|
||||
# The height (in mm) that the head should be commanded to move to
|
||||
# just prior to starting a probe operation. The default is 5.
|
||||
#manual_probe:
|
||||
# If true, then BED_TILT_CALIBRATE will perform manual probing. If
|
||||
# false, then a PROBE command will be run at each probe
|
||||
# point. Manual probing is accomplished by manually jogging the Z
|
||||
# position of the print head at each probe point and then issuing a
|
||||
# NEXT extended g-code command to record the position at that
|
||||
# point. The default is false if a [probe] config section is present
|
||||
# and true otherwise.
|
||||
#samples: 1
|
||||
# The number of times to probe each point. The probed z-values
|
||||
# will be averaged. The default is to probe 1 time.
|
||||
@@ -140,9 +132,6 @@
|
||||
# may be applied to change the amount of slope interpolated.
|
||||
# Larger numbers will increase the amount of slope, which
|
||||
# results in more curvature in the mesh. Default is .2.
|
||||
#manual_probe:
|
||||
# See the manual_probe option of [bed_tilt] for details. The default
|
||||
# is false if a [probe] config section is present and true otherwise.
|
||||
|
||||
|
||||
# Multiple Z stepper tilt adjustment. This feature enables independent
|
||||
|
Reference in New Issue
Block a user