Non-conflicting CS pins for MKS Gen L

This commit is contained in:
Scott Lahteine 2018-06-30 00:43:37 -05:00
parent be3e006fc8
commit 718a22e836
1 changed files with 13 additions and 0 deletions

View File

@ -36,4 +36,17 @@
// Power outputs EFBF or EFBE
#define MOSFET_D_PIN 7
//
// CS Pins wired to avoid conflict with the LCD
// See https://www.thingiverse.com/asset:66604
//
#ifndef X_CS_PIN
#define X_CS_PIN 59
#endif
#ifndef Y_CS_PIN
#define Y_CS_PIN 63
#endif
#include "pins_RAMPS.h"