SD init fail
Hello, I have been strugeling with printing from SD for some time by now and at first it was just that SD card needed to be pluged for a few times until it was recognised, but about a month ago it was almost imposible to reach the point where it would recognise it. I have tried another SD cards, shorter cables and even another display. When i connect the SD card printer just stops for a few seconds and then writes SD init fail. Any idea what is wrong?
Comments
#if SDSS > -1
Is that correct?
I am using Mega 2560 clone, RAMPS 1.4 and reprap discount full graphic smart controller
#if FEATURE_CONTROLLER == CONTROLLER_SMARTRAMPS || FEATURE_CONTROLLER == CONTROLLER_GADGETS3D_SHIELD || FEATURE_CONTROLLER == CONTROLLER_BAM_DICE_DUE || (FEATURE_CONTROLLER == CONTROLLER_REPRAPDISCOUNT_GLCD && MOTHERBOARD != CONTROLLER_FELIX_DUE)
#undef SDCARDDETECT
#if MOTHERBOARD == 37
#define SDCARDDETECT ORIG_SDCARDDETECT
#else
#define SDCARDDETECT 49
#endif
#undef SDCARDDETECTINVERTED
#define SDCARDDETECTINVERTED 0
#undef SDSUPPORT
#define SDSUPPORT 1
#endif