Skip to content

Commit

Permalink
fix light flicker on logo
Browse files Browse the repository at this point in the history
  • Loading branch information
vr6syncro committed Sep 8, 2023
1 parent d4570fe commit 442fec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ledhandle_logo_case.h
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 442fec5

Please sign in to comment.