Browse Source

Fix Creality V4 SD Detect

Scott Lahteine 5 years ago
parent
commit
3002e1cd60
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/pins/stm32f1/pins_CREALITY_V4.h

+ 1
- 0
Marlin/src/pins/stm32f1/pins_CREALITY_V4.h View File

@@ -153,6 +153,7 @@
153 153
 #define ON_BOARD_SPI_DEVICE                    1
154 154
 #define ONBOARD_SD_CS_PIN                   PA4   // SDSS
155 155
 #define SDIO_SUPPORT
156
+#define NO_SD_HOST_DRIVE                          // This board's SD is only seen by the printer
156 157
 
157 158
 #if ENABLED(CR10_STOCKDISPLAY) && NONE(RET6_12864_LCD, VET6_12864_LCD)
158 159
   #error "Define RET6_12864_LCD or VET6_12864_LCD to select pins for CR10_STOCKDISPLAY with the Creality V4 controller."

Loading…
Cancel
Save