From 90d22a376dbe90132f5001b2d0c9835bd5346fd3 Mon Sep 17 00:00:00 2001 From: "D.R.racer" Date: Fri, 22 Jan 2021 17:50:08 +0100 Subject: [PATCH] Remove unused vars in xyzcal.cpp --- Firmware/xyzcal.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Firmware/xyzcal.cpp b/Firmware/xyzcal.cpp index 1c397e14..64b0935a 100644 --- a/Firmware/xyzcal.cpp +++ b/Firmware/xyzcal.cpp @@ -972,9 +972,6 @@ bool xyzcal_find_bed_induction_sensor_point_xy(void){ //@size=258 DBG(_n("xyzcal_find_bed_induction_sensor_point_xy x=%ld y=%ld z=%ld\n"), count_position[X_AXIS], count_position[Y_AXIS], count_position[Z_AXIS]); st_synchronize(); - pos_i16_t x = _X; - pos_i16_t y = _Y; - const pos_i16_t z = _Z; ///< magic constant, lowers min_z after searchZ to obtain more dense data in scan const pos_i16_t lower_z = 72;