12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- #if HOTENDS > 2 || E_STEPPERS > 2
- #error "MKS GEN L supports up to 2 hotends / E-steppers. Comment out this line to continue."
- #endif
- #define BOARD_NAME "MKS GEN L"
- #define MOSFET_D_PIN 7
- #ifndef X_CS_PIN
- #define X_CS_PIN 59
- #endif
- #ifndef Y_CS_PIN
- #define Y_CS_PIN 63
- #endif
- #include "pins_RAMPS.h"
|