Welcome! Log In Create A New Profile

Advanced

Question about z-probe

Posted by disneytoy 
Question about z-probe
December 16, 2013 11:31AM
Question about z-probe; the Z-Min pin. Running Marlin firmware. On the Ramps I want to change it from pin 1 to one of the pins next to the Z-Max pin.

Under the Mechanical Settings, I believe it is set to dissable the min endstops. How would I go about enabling just the z_min for my z-probe switch? I think I read that the X and Y min need to be disabled?


-------------------------------------------------------



// deltas never have min endstops
#define DISABLE_MIN_ENDSTOPS

// Disable max endstops for compatibility with endstop checking routine
#if defined(COREXY) && !defined(DISABLE_MAX_ENDSTOPS)
#define DISABLE_MAX_ENDSTOPS
#endif
Sorry, only registered users may post in this forum.

Click here to login