Преглед на файлове

applying live adjust Z corrected because of temp. calibration

PavelSindler преди 8 години
родител
ревизия
1813819c6f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Firmware/mesh_bed_calibration.cpp

+ 1 - 1
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