ソースを参照

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

読み込み中…
キャンセル
保存