From 997dd840a70e7494363d4e3699827b3e586f1dc9 Mon Sep 17 00:00:00 2001 From: Alex Voinea Date: Fri, 23 Feb 2024 17:23:11 +0100 Subject: [PATCH] Fix MK2.5 build --- Firmware/mesh_bed_calibration.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Firmware/mesh_bed_calibration.cpp b/Firmware/mesh_bed_calibration.cpp index 218856273..d16dbfe33 100644 --- a/Firmware/mesh_bed_calibration.cpp +++ b/Firmware/mesh_bed_calibration.cpp @@ -2861,7 +2861,9 @@ bool sample_mesh_and_store_reference() enable_endstops(true); current_position[Z_AXIS] = MESH_HOME_Z_SEARCH; go_to_current(homing_feedrate[Z_AXIS]/60); +#ifdef TMC2130 check_Z_crash(); +#endif enable_endstops(false); // Move XY to first point