What does your M119 say exactly?
Mine says:
I need to find another input for the probe...
Mine says:
Reporting endstop status x_max: open y_max: open z_min: open z_max: open okFor my Minitronics board I had to swap the MIN and MAX pins in pins.h:
#define X_MIN_PIN -1 #define X_MAX_PIN 5 #define Y_MIN_PIN -1 #define Y_MAX_PIN 2 #define Z_MIN_PIN 6 #define Z_MAX_PIN 6Z_MIN_PIN is in conflict in my situation,
I need to find another input for the probe...