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 /config/kit-voron2-250mm.cfg | |
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 'config/kit-voron2-250mm.cfg')
-rw-r--r-- | config/kit-voron2-250mm.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/kit-voron2-250mm.cfg b/config/kit-voron2-250mm.cfg index 73257af6..278d4299 100644 --- a/config/kit-voron2-250mm.cfg +++ b/config/kit-voron2-250mm.cfg @@ -158,6 +158,10 @@ x_offset: 0.0 y_offset: 25.0 z_offset: 0.00 speed: 2.0 +samples: 4 +# Number of times to probe a point +sample_retract_dist: 6.0 +# How far to retract (in mm) from the probe point for multi-probe samples [fan] # Print cooling fan @@ -231,10 +235,6 @@ points: # Probe points speed: 200 horizontal_move_z: 6 -samples: 4 -# Number of times to probe a point -sample_retract_dist: 6.0 -# How far to retract (in mm) from the probe point for multi-probe samples [display] # RepRapDiscount 128x64 Full Graphic Smart Controller |