diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-05-31 13:47:15 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-06-06 10:08:58 -0400 |
commit | 2b8dca5dbf3853a5f069a8c4b5551665b91e37c3 (patch) | |
tree | 0516e0e731530a157aea3f41c9b09dbd554f5615 /test | |
parent | 5989f7a8a67a0900e1283f9534948f6185424322 (diff) | |
download | kutter-2b8dca5dbf3853a5f069a8c4b5551665b91e37c3.tar.gz kutter-2b8dca5dbf3853a5f069a8c4b5551665b91e37c3.tar.xz kutter-2b8dca5dbf3853a5f069a8c4b5551665b91e37c3.zip |
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>
Diffstat (limited to 'test')
-rw-r--r-- | test/klippy/screws_tilt_adjust.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/klippy/screws_tilt_adjust.cfg b/test/klippy/screws_tilt_adjust.cfg index 7b29e6ec..cc985d19 100644 --- a/test/klippy/screws_tilt_adjust.cfg +++ b/test/klippy/screws_tilt_adjust.cfg @@ -56,6 +56,9 @@ max_temp: 130 sensor_pin: ar30 control_pin: ar32 z_offset: 1.15 +samples: 3 +sample_retract_dist: 2. +samples_result: median [bed_mesh] min_point: 10,10 @@ -83,7 +86,4 @@ screw4: 10,190 screw4_name: read left screw horizontal_move_z: 10. speed: 50. -samples: 3 -sample_retract_dist: 2. -samples_result: median screw_thread: CW-M3 |