Quote Originally Posted by jakers181008 View Post
Also forgot to add, that the z Trigger now works but x Doesn't so it's the Board??
You might want to check your configuration.h settings for:

const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Y_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool X_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Y_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop

It looks like the logic is backwards. I think the way you have yours configured versus how the switches are wired is backwards. But I'll let PrintBus see if that is true.