I need a sanity check here. I’m configuring marlin to home to the upper right corner of my workspace.
If I manually trigger the endstop switches (prematurely), things work well. But when I use the 3d printed stops, the motors go crazy (they are stepping indefinately). This is what I have for the config:
When I homed before, it put the gantry lower left corner. I found it got in the way of my work plate and set up. I figured if it went to the upper right when homed, i could get clear access to set up my parts.
You could add a custom menu to home and then travel to the far right corner. Something like this:
G28
G0 Z5
G0 X440 Y290
This should be possible. So don’t give up if you don’t want to. It is just very uncommon with dual endstops, so I am not sure which exact configs and wiring needs to change.
I would have left the min/max pos alone, switched the dir and set the bed size. I would have also thought I needed to change the endstop chosen for X2 and Y2.