Well, I still can't get it to work.
I found this section in pins.h
#else // Printrboard
#define X_STOP_PIN 35
#define Y_STOP_PIN 8
#define Z_MAX_PIN 36
#define Z_MIN_PIN 37 // Use E-STOP for autolevel Z probe
#define TEMP_0_PIN 1 // Extruder / Analog pin numbering
#define TEMP_BED_PIN 0 // Bed / Analog pin numbering
#endif
Do I need to change the min pin from 37 to something? Im not sure what to change it to.
I found this section in pins.h
#else // Printrboard
#define X_STOP_PIN 35
#define Y_STOP_PIN 8
#define Z_MAX_PIN 36
#define Z_MIN_PIN 37 // Use E-STOP for autolevel Z probe
#define TEMP_0_PIN 1 // Extruder / Analog pin numbering
#define TEMP_BED_PIN 0 // Bed / Analog pin numbering
#endif
Do I need to change the min pin from 37 to something? Im not sure what to change it to.