|
@@ -289,7 +289,9 @@
|
289
|
289
|
// You can get round this by connecting a push button or single throw switch to the pin defined as SDCARDCARDDETECT
|
290
|
290
|
// in the pins.h file. When using a push button pulling the pin to ground this will need inverted. This setting should
|
291
|
291
|
// be commented out otherwise
|
292
|
|
- #define SDCARDDETECTINVERTED
|
|
292
|
+ #ifndef ELB_FULL_GRAPHIC_CONTROLLER
|
|
293
|
+ #define SDCARDDETECTINVERTED
|
|
294
|
+ #endif
|
293
|
295
|
|
294
|
296
|
#define SD_FINISHED_STEPPERRELEASE true //if sd support and the file is finished: disable steppers?
|
295
|
297
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the z enabled so your bed stays in place.
|