From 1813819c6fd27b55e97ff82d78badf75cadca7ea Mon Sep 17 00:00:00 2001 From: PavelSindler Date: Wed, 17 May 2017 16:08:44 +0200 Subject: [PATCH] applying live adjust Z corrected because of temp. calibration --- 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 14e80652c..c91f92a0a 100644 --- a/Firmware/mesh_bed_calibration.cpp +++ b/Firmware/mesh_bed_calibration.cpp @@ -2309,7 +2309,7 @@ static int babystepLoadZ = 0; void babystep_apply() { // Apply Z height correction aka baby stepping before mesh bed leveling gets activated. - if(calibration_status() == CALIBRATION_STATUS_CALIBRATED) + if(calibration_status() < CALIBRATION_STATUS_LIVE_ADJUST) { check_babystep(); //checking if babystep is in allowed range, otherwise setting babystep to 0