mirror of
git://soft.sys114.com/klipper
synced 2026-02-04 16:50:36 +09:00
probe: Move multi-sampling capability from ProbePointsHelper to Probe
This changes the config file so that the configuration of multi-samples is now done in the [probe] (and [bltouch]) section instead of the various delta, bed_mesh, z_tilt, etc. config sections. With this change, PROBE and PROBE_CALIBRATE commands now also utilize multi-sampling. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
committed by
KevinOConnor
parent
5989f7a8a6
commit
2b8dca5dbf
@@ -123,12 +123,12 @@ x_offset: 39
|
||||
y_offset: 11
|
||||
z_offset: 0.9
|
||||
pin_up_touch_mode_reports_triggered: false
|
||||
samples: 2
|
||||
sample_retract_dist: 3.0
|
||||
|
||||
[bed_mesh]
|
||||
speed: 100
|
||||
horizontal_move_z: 5
|
||||
samples: 2
|
||||
sample_retract_dist: 3.0
|
||||
min_point: 30,30
|
||||
max_point: 150,150
|
||||
probe_count: 3,3
|
||||
|
||||
Reference in New Issue
Block a user