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/printer-tevo-flash-2018.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/printer-tevo-flash-2018.cfg')
-rw-r--r-- | config/printer-tevo-flash-2018.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/printer-tevo-flash-2018.cfg b/config/printer-tevo-flash-2018.cfg index 169704bd..8c1adf8c 100644 --- a/config/printer-tevo-flash-2018.cfg +++ b/config/printer-tevo-flash-2018.cfg @@ -103,6 +103,8 @@ control_pin: ar11 x_offset: 0 y_offset: 18 z_offset: 1.64 +samples: 3 +sample_retract_dist: 5 # The homing_override section modifies the default G28 behavior [homing_override] @@ -117,8 +119,6 @@ gcode: # Mesh Bed Leveling. [bed_mesh] -samples: 3 -sample_retract_dist: 5 min_point: 5,0 max_point: 230,210 probe_count: 9,9 |