-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Skr pro 1.1 not working onboard sdcard #17074
Comments
This is a known issue and is a work in progress: #16260 |
I did create this issue mainly for people in search of a solution but yeah, i should have linked the pull request. |
The LCD check has been fixed but it still won't host the sdcard externally when unmounted and won't work if the lcd in SPI mode (exp1 and exp2 slot). |
How could it. For the used core not any example exists for a USB-SD-card device. I will last a bit longer until that will work. (Guess: 1-2 Years) |
Just to clarify that i understand it correct: P. S. This would be a real pitty as this is a nice board and can support 3 extruders without "addons" |
Yes. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
After a lot of testing and trying different branches, settings etc... i couldn't find a solution so i decided to open this issue.
The problem is simple the onboard sdcard isn't initialized and used by the motherboard no matter what configuration is used.
For my testing config i just enabled
SDSUPPORT
andTMC_SPI_SW
i kept this two consistent and then tried numerus thing like avoiding to declare the lcd serial or even removing the TMC_SPI_SW but nothing worked out, the sdcard won't mount no matter what.I did try to use just the usb and then just the lcd but in neither one of the two cases i was able to mount the sdcard.
I did tried 3 different cards of different sizes two by Sandisk, but that wasn't the problem
With the https://github.com/LinoBarreca/Marlin/tree/MultiSPI_original the sdcard will be recognized and mounted but if unmounted it will not be hosted to be accessible to the device attached trough usb.
Another "solution" proposed by MikeEitel is to delete the check of the lcd spi on the pin declaration file like written here but even here when unmounted the sdcard will not be hosted.
TL;DR
1)Currently not working onboard sdcard on stable and bugfix branch
2)On LinoBarreca/Marlin/tree/MultiSPI_Original branch and Marlin/bugfix2.0 branch (removing the lcd check on pin file) the sdcard won't be hosted when unmounted
The text was updated successfully, but these errors were encountered: