Y homing speed dual axis

It seems like my Y axis homing routine isn’t the same as the X and Z . I am using Dual LR firmware. It does use both switches, but the speed of the second touch is the same speed as the first touch rather than the slow second touch I see on X and Z. Is there something that I could have wrong that would cause this. I did the commands to check the limit switches and they are reporting working.

Did you find any solution? Im having the same problem

No I did not find anything. I just have been dealing with it running that way.

Sorry, I missed this. There is a setting for the homing speed. It should be set to half the normal speed on the bump:

#define HOMING_BUMP_DIVISOR { 2, 2, 4 }       // Re-Bump Speed Divisor (Divides the Homing Feedrate)

The normal homing speed is set to 50mm/s:

#define HOMING_FEEDRATE_XY (50*60)

I don’t see any reason it would be different for the Y vs. the X though.