|
|
|
@ -1018,12 +1018,9 @@
|
|
|
|
|
|
|
|
|
|
#if ENABLED(SDSUPPORT)
|
|
|
|
|
|
|
|
|
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
|
|
|
|
// around this by connecting a push button or single throw switch to the pin defined
|
|
|
|
|
// 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
|
|
|
|
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
|
|
|
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
|
|
|
|
//#define SD_DETECT_STATE HIGH
|
|
|
|
|
|
|
|
|
|
#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.
|
|
|
|
|