Skip to content
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

Add TFT_SHARED_IO to Kingroon KP3S Example #1110

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

carloslockward
Copy link
Contributor

Description

The Kingroon KP3S and other MKS ROBIN NANO based printers have been having issues with SD card prints for a couple of versions of Marlin. I have been trying different configs to see if the issue could be solved. After a lot of attempts I discovered that TFT_SHARED_IO seems to fix the issues. It would seem that the TFT and the SD card are sharing I/O. Therefore, this should be enabled in the example config.

We should also consider adding this to other examples of MKS ROBIN NANO based printers. But it should probably be on a case by case basis.

Benefits

Without this config enabled the printer would refuse to print(go back to info screen and do nothing), freeze right before printing or freeze mid print(depending on the Marlin version used)

Related Issues

[BUG] SD Card is detected but doesn't start printing or heating
[BUG] On Print Start from SD Card Print Never Starts

@thinkyhead thinkyhead merged commit 55c01b3 into MarlinFirmware:import-2.1.x Oct 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants