Quote Originally Posted by DarkAlchemist View Post
I never touched the configuration file just Marlin_Main.cpp. The defines (only define was which corner was home) I temporarily left inside the Marlin_Main.cpp right before G29 but here is my Configuration.h for ABL

Configuration.h
Well, I certainly don't see anything obvious in there. You have this line:

#define XY_TRAVEL_SPEED 8000 // X and Y axis travel speed between probes, in mm/min

8000 seems a little high. Maybe try reducing that to something like 4000, but it doesn't seem like that would be the issue. Are you using the latest Marlin?