diff --git a/Marlin/ubl_motion.cpp b/Marlin/ubl_motion.cpp
index f206837bdf7..24a3b7dc461 100644
--- a/Marlin/ubl_motion.cpp
+++ b/Marlin/ubl_motion.cpp
@@ -342,7 +342,7 @@
           xi_cnt--;
         }
 
-        //if (xi_cnt < 0 || yi_cnt < 0) break; // Too far! Exit the loop and go to FINAL_MOVE
+        if (xi_cnt < 0 || yi_cnt < 0) break; // Too far! Exit the loop and go to FINAL_MOVE
       }
 
       if (g26_debug_flag)