SDIO support for STM32F1 (#12782)

This commit is contained in:
jmz52
2019-01-04 22:38:07 +03:00
committed by Scott Lahteine
parent 6a8fb0f25f
commit d372e7e477
9 changed files with 480 additions and 13 deletions

View File

@@ -646,7 +646,7 @@
// as SD_DETECT_PIN in your board's pins definitions.
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
#define SD_DETECT_INVERTED
//#define SD_DETECT_INVERTED
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.