Browse Source

Fix case light brightness save/load (#19436)

Marcio T 4 years ago
parent
commit
9fd06fa767
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/settings.cpp

+ 1
- 1
Marlin/src/module/settings.cpp View File

138
   void M710_report(const bool forReplay);
138
   void M710_report(const bool forReplay);
139
 #endif
139
 #endif
140
 
140
 
141
-#if ENABLED(CASE_LIGHT_MENU) && DISABLED(CASE_LIGHT_NO_BRIGHTNESS)
141
+#if ENABLED(CASE_LIGHT_ENABLE) && DISABLED(CASE_LIGHT_NO_BRIGHTNESS)
142
   #include "../feature/caselight.h"
142
   #include "../feature/caselight.h"
143
   #define HAS_CASE_LIGHT_BRIGHTNESS 1
143
   #define HAS_CASE_LIGHT_BRIGHTNESS 1
144
 #endif
144
 #endif

Loading…
Cancel
Save