123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
-
-
-
-
- #if HOTENDS > 2
- #error "MKS 1.3/1.4 supports up to 2 hotends. Comment this line to keep going."
- #endif
-
- #define BOARD_NAME "MKS > v1.3"
-
-
- #define MOSFET_D_PIN 7
-
- #include "pins_RAMPS.h"
-
- #if ENABLED(VIKI2) || ENABLED(miniVIKI)
-
-
-
- #undef BTN_EN1
- #undef BTN_EN2
- #undef BTN_ENC
- #undef DOGLCD_A0
- #undef DOGLCD_CS
- #undef SD_DETECT_PIN
- #undef BEEPER_PIN
- #undef KILL_PIN
-
-
-
-
-
-
- #define SD_DETECT_PIN 49
-
-
- #define BTN_EN1 35
-
-
- #define BTN_EN2 37
-
-
- #define BTN_ENC 31
-
-
- #define DOGLCD_A0 27
-
-
- #define DOGLCD_CS 29
-
-
-
-
-
-
-
-
-
-
-
-
-
- #define KILL_PIN 23
-
-
- #define BEEPER_PIN 25
-
-
- #define STAT_LED_RED_PIN 16
-
-
- #define STAT_LED_BLUE_PIN 17
-
- #endif
|