1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
-
-
-
-
- #if HOTENDS > 2
- #error "Felix 2.0+ supports up to 2 hotends. Comment this line to keep going."
- #endif
-
- #define BOARD_NAME "Felix 2.0+"
-
-
-
-
-
- #define MOSFET_D_PIN 7
-
- #include "pins_RAMPS.h"
-
-
-
-
- #undef SDPOWER
- #define SDPOWER 1
-
- #define PS_ON_PIN 12
-
-
-
-
- #if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
-
- #define SD_DETECT_PIN 6
-
- #endif
|