1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
-
-
-
-
- #include "pins_RAMPS_14_EFB.h"
-
- #undef HEATER_1_PIN
- #define HEATER_1_PIN 7
-
- #undef SDPOWER
- #define SDPOWER 1
-
- #define PS_ON_PIN 12
-
- #if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
-
- #define BLEN_C 2
- #define BLEN_B 1
- #define BLEN_A 0
- #define SD_DETECT_PIN 6
-
- #endif
|