@3DPrintingWorld Time to try my sensorless Y homing sequence
In both config.g and homeall.g the comments about Y drives say that drive 1 is right and 2 is left.
However the separated Y homing expects "zstop" when driving the left motor, which I would call X side, not U side:
M584 Y2 ; Y-axis Left side
M574 Y2 S1 P"zstop" ; Y-axis left side endstop Active
Also, from this page:
"Any M584 commands used to remap drivers must come before M350 and M906 commands. M584 commands that create new axes must also come before the M92, M201, M203, M208 and M566 that set parameters for those axes."
As you remap Y drives with M584 in homeall.g, you should maybe redefine the mentionned settings for the Y axis after that.
Not sure of anything here, just looking around the Y homing process because you can repeat faults there.