浏览代码

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

See #4316
Scott Lahteine 7 年前
父节点
当前提交
ff38a3c3b1
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4
    1
      Marlin/pins_3DRAG.h

+ 4
- 1
Marlin/pins_3DRAG.h 查看文件

@@ -58,7 +58,10 @@
58 58
 // SD Card
59 59
 //
60 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 67
 // Heaters / Fans

正在加载...
取消
保存