From 93cacdd286f2540889eb66c6836e5cedf07db9eb Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 8 Mar 2026 16:00:36 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Disable=20REINIT=5FNOISY=5FLCD?= =?UTF-8?q?=20for=20E3V2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BigTreeTech SKR E3 Turbo/CrealityUI/Configuration_adv.h | 2 +- .../BigTreeTech SKR E3 Turbo/MarlinUI/Configuration_adv.h | 2 +- .../BigTreeTech SKR E3 Turbo/ProUI/Configuration_adv.h | 2 +- .../BigTreeTech SKR Mini E3 2.0/CrealityUI/Configuration_adv.h | 2 +- .../BigTreeTech SKR Mini E3 2.0/MarlinUI/Configuration_adv.h | 2 +- .../BigTreeTech SKR Mini E3 2.0/ProUI/Configuration_adv.h | 2 +- .../BigTreeTech SKR Mini E3 3.0/CrealityUI/Configuration_adv.h | 2 +- .../BigTreeTech SKR Mini E3 3.0/MarlinUI/Configuration_adv.h | 2 +- .../BigTreeTech SKR Mini E3 3.0/ProUI/Configuration_adv.h | 2 +- .../Ender-3 V2/CrealityV422/CrealityUI/Configuration_adv.h | 2 +- .../Ender-3 V2/CrealityV422/MarlinUI/Configuration_adv.h | 2 +- .../Creality/Ender-3 V2/CrealityV422/ProUI/Configuration_adv.h | 2 +- .../Ender-3 V2/CrealityV427/CrealityUI/Configuration_adv.h | 2 +- .../Ender-3 V2/CrealityV427/MarlinUI/Configuration_adv.h | 2 +- .../Creality/Ender-3 V2/CrealityV427/ProUI/Configuration_adv.h | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration_adv.h index 04bb21e000..a79f24201c 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration_adv.h @@ -1801,7 +1801,7 @@ * Reinit the LCD after SD Card insert/remove or when entering the menu. * Required for some LCDs that use shared SPI with an external SD Card reader. */ - #define REINIT_NOISY_LCD + //#define REINIT_NOISY_LCD // 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. diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration_adv.h index 0eee1c99a7..fa53a36f4d 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration_adv.h @@ -1801,7 +1801,7 @@ * Reinit the LCD after SD Card insert/remove or when entering the menu. * Required for some LCDs that use shared SPI with an external SD Card reader. */ - #define REINIT_NOISY_LCD + //#define REINIT_NOISY_LCD // 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. diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/ProUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/ProUI/Configuration_adv.h index 8fbbf45e26..14ec502722 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/ProUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/ProUI/Configuration_adv.h @@ -1801,7 +1801,7 @@ * Reinit the LCD after SD Card insert/remove or when entering the menu. * Required for some LCDs that use shared SPI with an external SD Card reader. */ - #define REINIT_NOISY_LCD + //#define REINIT_NOISY_LCD // 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. diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/CrealityUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/CrealityUI/Configuration_adv.h index c8b2865dc2..efd8a58581 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/CrealityUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/CrealityUI/Configuration_adv.h @@ -1801,7 +1801,7 @@ * Reinit the LCD after SD Card insert/remove or when entering the menu. * Required for some LCDs that use shared SPI with an external SD Card reader. */ - #define REINIT_NOISY_LCD + //#define REINIT_NOISY_LCD // 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. diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/MarlinUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/MarlinUI/Configuration_adv.h index a3f6083448..d6188b362c 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/MarlinUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/MarlinUI/Configuration_adv.h @@ -1801,7 +1801,7 @@ * Reinit the LCD after SD Card insert/remove or when entering the menu. * Required for some LCDs that use shared SPI with an external SD Card reader. */ - #define REINIT_NOISY_LCD + //#define REINIT_NOISY_LCD // 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. diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/ProUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/ProUI/Configuration_adv.h index 8fbbf45e26..14ec502722 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/ProUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/ProUI/Configuration_adv.h @@ -1801,7 +1801,7 @@ * Reinit the LCD after SD Card insert/remove or when entering the menu. * Required for some LCDs that use shared SPI with an external SD Card reader. */ - #define REINIT_NOISY_LCD + //#define REINIT_NOISY_LCD // 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. diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/CrealityUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/CrealityUI/Configuration_adv.h index 15de56c2e0..61cc6ffeab 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/CrealityUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/CrealityUI/Configuration_adv.h @@ -1801,7 +1801,7 @@ * Reinit the LCD after SD Card insert/remove or when entering the menu. * Required for some LCDs that use shared SPI with an external SD Card reader. */ - #define REINIT_NOISY_LCD + //#define REINIT_NOISY_LCD // 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. diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/MarlinUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/MarlinUI/Configuration_adv.h index 8199168999..03710d1788 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/MarlinUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/MarlinUI/Configuration_adv.h @@ -1801,7 +1801,7 @@ * Reinit the LCD after SD Card insert/remove or when entering the menu. * Required for some LCDs that use shared SPI with an external SD Card reader. */ - #define REINIT_NOISY_LCD + //#define REINIT_NOISY_LCD // 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. diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/ProUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/ProUI/Configuration_adv.h index 8fbbf45e26..14ec502722 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/ProUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/ProUI/Configuration_adv.h @@ -1801,7 +1801,7 @@ * Reinit the LCD after SD Card insert/remove or when entering the menu. * Required for some LCDs that use shared SPI with an external SD Card reader. */ - #define REINIT_NOISY_LCD + //#define REINIT_NOISY_LCD // 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. diff --git a/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration_adv.h index b4261cdc71..47a07451a2 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration_adv.h @@ -1801,7 +1801,7 @@ * Reinit the LCD after SD Card insert/remove or when entering the menu. * Required for some LCDs that use shared SPI with an external SD Card reader. */ - #define REINIT_NOISY_LCD + //#define REINIT_NOISY_LCD // 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. diff --git a/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration_adv.h index 8d19051123..7279eed97c 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration_adv.h @@ -1801,7 +1801,7 @@ * Reinit the LCD after SD Card insert/remove or when entering the menu. * Required for some LCDs that use shared SPI with an external SD Card reader. */ - #define REINIT_NOISY_LCD + //#define REINIT_NOISY_LCD // 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. diff --git a/config/examples/Creality/Ender-3 V2/CrealityV422/ProUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/CrealityV422/ProUI/Configuration_adv.h index 8fbbf45e26..14ec502722 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV422/ProUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV422/ProUI/Configuration_adv.h @@ -1801,7 +1801,7 @@ * Reinit the LCD after SD Card insert/remove or when entering the menu. * Required for some LCDs that use shared SPI with an external SD Card reader. */ - #define REINIT_NOISY_LCD + //#define REINIT_NOISY_LCD // 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. diff --git a/config/examples/Creality/Ender-3 V2/CrealityV427/CrealityUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/CrealityV427/CrealityUI/Configuration_adv.h index 5c17e916db..01a56baad1 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV427/CrealityUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV427/CrealityUI/Configuration_adv.h @@ -1801,7 +1801,7 @@ * Reinit the LCD after SD Card insert/remove or when entering the menu. * Required for some LCDs that use shared SPI with an external SD Card reader. */ - #define REINIT_NOISY_LCD + //#define REINIT_NOISY_LCD // 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. diff --git a/config/examples/Creality/Ender-3 V2/CrealityV427/MarlinUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/CrealityV427/MarlinUI/Configuration_adv.h index fffc90f6b1..0f76e57625 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV427/MarlinUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV427/MarlinUI/Configuration_adv.h @@ -1801,7 +1801,7 @@ * Reinit the LCD after SD Card insert/remove or when entering the menu. * Required for some LCDs that use shared SPI with an external SD Card reader. */ - #define REINIT_NOISY_LCD + //#define REINIT_NOISY_LCD // 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. diff --git a/config/examples/Creality/Ender-3 V2/CrealityV427/ProUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/CrealityV427/ProUI/Configuration_adv.h index 8fbbf45e26..14ec502722 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV427/ProUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV427/ProUI/Configuration_adv.h @@ -1801,7 +1801,7 @@ * Reinit the LCD after SD Card insert/remove or when entering the menu. * Required for some LCDs that use shared SPI with an external SD Card reader. */ - #define REINIT_NOISY_LCD + //#define REINIT_NOISY_LCD // 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.