I have been thinking about it all day and I came up with a theory.
Perhaps the end stop logic has reversed as a result of the axis or endstop values changing.
I can test this by holding the end stop down with my finger and seeing if it tries to home Y then. IF so when I release it the system should see it as Y=Home.
Then I should be able to fix by reversing this line:
#define Y_MIN_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
I did not have to do this with 1.1.4 with the Sanguinolulo board tho.... I had the mirrored text with it as I was upgrading from Marlin 1.1.0 to a.1.1.4 a few months back.
Something may be amiss, if this proves to be true I will report it to marlin as a potential bug.
Perhaps the end stop logic has reversed as a result of the axis or endstop values changing.
I can test this by holding the end stop down with my finger and seeing if it tries to home Y then. IF so when I release it the system should see it as Y=Home.
Then I should be able to fix by reversing this line:
#define Y_MIN_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
I did not have to do this with 1.1.4 with the Sanguinolulo board tho.... I had the mirrored text with it as I was upgrading from Marlin 1.1.0 to a.1.1.4 a few months back.
Something may be amiss, if this proves to be true I will report it to marlin as a potential bug.