Browse Source

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

Robby Candra 3 years ago
parent
commit
a84e0404e0
No account linked to committer's email address

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

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

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

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

Loading…
Cancel
Save