Browse Source

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

See #4316
Scott Lahteine 8 years ago
parent
commit
ff38a3c3b1
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      Marlin/pins_3DRAG.h

+ 4
- 1
Marlin/pins_3DRAG.h View File

58
 // SD Card
58
 // SD Card
59
 //
59
 //
60
 #undef SDSS
60
 #undef SDSS
61
-#define SDSS               25//53
61
+#define SDSS               25
62
+
63
+#undef SD_DETECT_PIN
64
+#define SD_DETECT_PIN      53
62
 
65
 
63
 //
66
 //
64
 // Heaters / Fans
67
 // Heaters / Fans

Loading…
Cancel
Save