Welcome! Log In Create A New Profile

Advanced

Hall endstops + RAMPS 1.4 not stopping anything

Posted by Serin 
Hall endstops + RAMPS 1.4 not stopping anything
July 03, 2014 09:29PM
Heya guys,

Just final hurdle left in my ord bot build.
The endstops all trigger and light up but they don't stop the travel of the axis being homed.
In the case of the X it simply smashes the extruder carriage into the X motor.

All rather inconvenient.
Any thoughts? Prior experiences?
Re: Hall endstops + RAMPS 1.4 not stopping anything
July 28, 2014 09:36PM
Check these settings.

This is what works for me on my Ordbot Hadron with Z switch at the bottom, X at the left side and Y at the back.

So, that means that an All Home will send the tray fully away from you, the head fully to the left and Z all the way down.

I hope that helps.


// ENDSTOP SETTINGS:
// Sets direction of endstops when homing; 1=MAX, -1=MIN
#define X_HOME_DIR -1
#define Y_HOME_DIR 1 // set to 1 for Y switch at rear
#define Z_HOME_DIR -1
Sorry, only registered users may post in this forum.

Click here to login