RLF93 wrote: ↑Fri Jun 29, 2018 7:59 am
Hi !
First, thanks everybody, this post helped me a lot. My BL Touch is now functional after some tweacking.
But i have a problem with the firmware. Before flashing, my SD Card was working perfectly, but now, filenames does not appear most of the time, and when they appear, they are not selectable.
SD Support is enabled and i reduced SPI speed to eight, juste to check, but nothing change.
When i use M21 in repetier, the filenames appears, so th SD card reader works.
Any clues with this issue ? I print mostly from SD, so it's a big issue for me !
Also tried 1.1.8 and the issue is the same.
Thanks by advance
***EDIT***
Oh Dear, sorry for the double post ! I'm still testing but there is no way to make it work. I reverted to the Geetech Official firmware, SD Card works with it (proof that it's not a hardware issue), but the BLTouch support is Awful and G29 not working. I really like BLtouch managment in 1.1.X but without beeing able to print from SD, i'm totally stuck !
RLF
Hi. I found the issue that is present in most firmwares (including the 1.1.8) on this website.
The stock firmware has the following in Configuration.h:
#ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_ULTIMAKER
#endif
However all the firmwares here have:
#ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_GT2560_REV_A_PLUS
#endif
These affect which files are used out of the pin files.
They are identical for both options apart from a few parameters.
To fix the issue, go to the file pins_GT2560_REV_A.h and delete/comment out any definitions that include pin -1 and the SD card, apart from
#define SD_DETECT_PIN -1
That should do it.