Browse Source

🐛 Fix Selena Compact probe pin

vanilla_fb_2.0.x
Scott Lahteine 3 years ago
committed by Scott Lahteine
parent
commit
83f9413196
  1. 4
      Marlin/src/pins/lpc1768/pins_SELENA_COMPACT.h

4
Marlin/src/pins/lpc1768/pins_SELENA_COMPACT.h

@ -44,7 +44,9 @@
#define Y_MAX_PIN -1
#define Z_MIN_PIN P1_27
#define Z_MAX_PIN -1
#define Z_PROBE P1_22
#ifndef Z_MIN_PROBE_PIN
#define Z_MIN_PROBE_PIN P1_22
#endif
//
// Steppers

Loading…
Cancel
Save