0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-31 06:02:16 +00:00

Update ubl_motion.cpp

Restore necessary and needed loop termination logic.
This commit is contained in:
Roxy-3D 2018-04-19 12:03:18 -05:00 committed by GitHub
parent df6becfb07
commit c91b3142aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)