Browse Source

Remove BEEPER_PIN override in pins_RIGIDBOARD.h

Resolves #5926. This override is no longer needed since the RAMPS LCD controller pins were fixed.
pull/1/head
Scott Lahteine 8 years ago
committed by GitHub
parent
commit
eeb490221f
  1. 3
      Marlin/pins_RIGIDBOARD.h

3
Marlin/pins_RIGIDBOARD.h

@ -124,9 +124,6 @@
#elif ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER)
#undef BEEPER_PIN
#define BEEPER_PIN -1
#undef SD_DETECT_PIN
#define SD_DETECT_PIN 22

Loading…
Cancel
Save