Skip to content

Commit

Permalink
Fix case light brightness save/load (MarlinFirmware#19436)
Browse files Browse the repository at this point in the history
  • Loading branch information
marciot authored and thinkyhead committed Apr 29, 2021
1 parent a50633d commit 7735be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/module/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
void M710_report(const bool forReplay);
#endif

#if ENABLED(CASE_LIGHT_MENU) && DISABLED(CASE_LIGHT_NO_BRIGHTNESS)
#if ENABLED(CASE_LIGHT_ENABLE) && DISABLED(CASE_LIGHT_NO_BRIGHTNESS)
#include "../feature/caselight.h"
#define HAS_CASE_LIGHT_BRIGHTNESS 1
#endif
Expand Down

0 comments on commit 7735be3

Please sign in to comment.