From ff38a3c3b1fc699a57f7c8b7a364464c4119ef08 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun, 18 Sep 2016 23:46:09 -0500
Subject: [PATCH] Use SD Detect Pin 53 for 3DRAG, K8200, and K8400

See #4316
---
 Marlin/pins_3DRAG.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Marlin/pins_3DRAG.h b/Marlin/pins_3DRAG.h
index 726ac375fa..bd0cec2451 100644
--- a/Marlin/pins_3DRAG.h
+++ b/Marlin/pins_3DRAG.h
@@ -58,7 +58,10 @@
 // SD Card
 //
 #undef SDSS
-#define SDSS               25//53
+#define SDSS               25
+
+#undef SD_DETECT_PIN
+#define SD_DETECT_PIN      53
 
 //
 // Heaters / Fans