A2 Wrote:
-------------------------------------------------------
> MicroSwitch vs. Hall effect sensor:
>
> I've read some where in these forums that the
> software needs to me modified just a little if you
> replace a microswitch with a hall effect sensor.
The only change that should need to be made is to disable the pullup resistors for endstops. Just this line needs commented out in Marlin:
-------------------------------------------------------
> MicroSwitch vs. Hall effect sensor:
>
> I've read some where in these forums that the
> software needs to me modified just a little if you
> replace a microswitch with a hall effect sensor.
The only change that should need to be made is to disable the pullup resistors for endstops. Just this line needs commented out in Marlin:
#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistorsPossibly the invert settings of the endstops would need to be changed too.