Hello! I'm currently using Repetier in a printer I made with a custom board but with the very same connections as the "RepRapDiscount Full Graphic Smart Controller" with a RAMPS v1.4 Board. The only difference is that my SD Slot doesn't have a SD Card Detection pin so Repetier is not mounting the SD Card unless I put to ground pin D49.
Is any way to manually mount SD Card? For example when entering the SD Card menu try to mount the SD Card if not mounted? I should call SDCard::mount() when entering the SD Card menu but I can't find what is called or used when entering the SD Card menu. Any idea if this is possible? I tried putting ORIG_SDCARDDETECT to -1 thinking it will manually mount the SD Card at some point but it doesn't.