From 442fec56f5ca9c6f8ec96e38d2ccc3ee97d262bc Mon Sep 17 00:00:00 2001 From: vr6syncro Date: Fri, 8 Sep 2023 16:16:11 +0200 Subject: [PATCH] fix light flicker on logo --- src/ledhandle_logo_case.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ledhandle_logo_case.h b/src/ledhandle_logo_case.h index b62389c..ea51526 100644 --- a/src/ledhandle_logo_case.h +++ b/src/ledhandle_logo_case.h @@ -22,7 +22,7 @@ void ledControlLogoFastLED() { } else if (f_layerInspection && hmsErrorExists) { fill_solid(leds, NUM_LEDS, CRGB::Blue); } else { - leds[5] = CRGB::White; + } if (gcodeState == "IDLE" || gcodeState == "RUNNING") {