Skip to content

Commit 91b304c

Browse files
marciotvgadreau
authored andcommitted
Fix case light brightness save/load (MarlinFirmware#19436)
1 parent 2a9f2d8 commit 91b304c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/module/settings.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
void M710_report(const bool forReplay);
139139
#endif
140140

141-
#if ENABLED(CASE_LIGHT_MENU) && DISABLED(CASE_LIGHT_NO_BRIGHTNESS)
141+
#if ENABLED(CASE_LIGHT_ENABLE) && DISABLED(CASE_LIGHT_NO_BRIGHTNESS)
142142
#include "../feature/caselight.h"
143143
#define HAS_CASE_LIGHT_BRIGHTNESS 1
144144
#endif

0 commit comments

Comments
 (0)