Sfoglia il codice sorgente

🚸 Onboard SD for SKR 2.0 / SKR PRO (#23274)

Robby Candra 3 anni fa
parent
commit
a84e0404e0
Nessun account collegato all'indirizzo email del committer

+ 1
- 1
Marlin/src/pins/stm32f4/pins_BTT_SKR_PRO_common.h Vedi File

@@ -309,7 +309,7 @@
309 309
 //
310 310
 
311 311
 #ifndef SDCARD_CONNECTION
312
-  #define SDCARD_CONNECTION                  LCD
312
+  #define SDCARD_CONNECTION              ONBOARD
313 313
 #endif
314 314
 
315 315
 /**               ------                                      ------

+ 1
- 1
Marlin/src/pins/stm32f4/pins_BTT_SKR_V2_0_common.h Vedi File

@@ -329,7 +329,7 @@
329 329
 // SD Connection
330 330
 //
331 331
 #ifndef SDCARD_CONNECTION
332
-  #define SDCARD_CONNECTION                  LCD
332
+  #define SDCARD_CONNECTION              ONBOARD
333 333
 #endif
334 334
 
335 335
 /**

Loading…
Annulla
Salva