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

[BUG] REPRAP_DISCOUNT_SMART_CONTROLLER SD_DETECT_STATE for Anycubic Kossel Linear Plus has wrong default state #501

Closed
tig33r opened this issue May 23, 2021 · 1 comment

Comments

@tig33r
Copy link

tig33r commented May 23, 2021

My printer: stock anycubic kossel linear plus but skr 1.3 instead of trigorilla.

\config\examples\delta\Anycubic\Kossel Linear Plus\Configuration_adv.h

SD_DETECT_STATE pin should have low state

After insertion sd card on display we have "Media removed".
After ejection sd card on display we have "SD init fail".

current config:

// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
#define SD_DETECT_STATE HIGH

should be changed to:

// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
//#define SD_DETECT_STATE HIGH

This is most probably connected with MarlinFirmware/Marlin#21885

@tig33r tig33r changed the title REPRAP_DISCOUNT_SMART_CONTROLLER SD_DETECT_STATE for Anycubic Kossel Linear Plus [BUG] REPRAP_DISCOUNT_SMART_CONTROLLER SD_DETECT_STATE for Anycubic Kossel Linear Plus has wrong default state Jun 5, 2021
@ellensp
Copy link
Contributor

ellensp commented Jun 6, 2021

PR created, this will be updated soon.

@ellensp ellensp closed this as completed Jun 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants