From 1eef352f1d825147da454ca96addea305547c046 Mon Sep 17 00:00:00 2001 From: ellensp Date: Thu, 10 Jun 2021 17:24:48 +1200 Subject: [PATCH] SD_DETECT_STATE LOW on Anycubic Kossel (#515) --- .../delta/Anycubic/Kossel Linear Plus/Configuration_adv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration_adv.h b/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration_adv.h index e3f285a3b4..7655b98a42 100644 --- a/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration_adv.h +++ b/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration_adv.h @@ -1294,7 +1294,7 @@ // 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 + //#define SD_DETECT_STATE HIGH //#define SD_IGNORE_AT_STARTUP // Don't mount the SD card when starting up //#define SDCARD_READONLY // Read-only SD card (to save over 2K of flash)