From 0d1cafded5596c2f8fa153d02fe75bf6d703be3c Mon Sep 17 00:00:00 2001 From: PavelSindler Date: Mon, 26 Feb 2018 19:26:49 +0100 Subject: [PATCH] dont improve position of point in first row --- Firmware/mesh_bed_calibration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/mesh_bed_calibration.cpp b/Firmware/mesh_bed_calibration.cpp index 3442b552..91dbffbc 100644 --- a/Firmware/mesh_bed_calibration.cpp +++ b/Firmware/mesh_bed_calibration.cpp @@ -1868,7 +1868,7 @@ BedSkewOffsetDetectionResultType find_bed_offset_and_skew(int8_t verbosity_level #endif // SUPPORT_VERBOSITY if (!find_bed_induction_sensor_point_xy(verbosity_level)) return BED_SKEW_OFFSET_DETECTION_POINT_NOT_FOUND; -#if 1 +#if 0 if (k == 0 || k == 1) { // Improve the position of the 1st row sensor points by a zig-zag movement.