Use SD Detect Pin 53 for 3DRAG, K8200, and K8400

See #4316
This commit is contained in:
Scott Lahteine 2016-09-18 23:46:09 -05:00 committed by GitHub
parent 9a9e9afcf8
commit ff38a3c3b1

View file

@ -58,7 +58,10 @@
// SD Card // SD Card
// //
#undef SDSS #undef SDSS
#define SDSS 25//53 #define SDSS 25
#undef SD_DETECT_PIN
#define SD_DETECT_PIN 53
// //
// Heaters / Fans // Heaters / Fans