Bläddra i källkod

Fix case light brightness save/load (#19436)

Marcio T 4 år sedan
förälder
incheckning
9fd06fa767
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      Marlin/src/module/settings.cpp

+ 1
- 1
Marlin/src/module/settings.cpp Visa fil

@@ -138,7 +138,7 @@
138 138
   void M710_report(const bool forReplay);
139 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 142
   #include "../feature/caselight.h"
143 143
   #define HAS_CASE_LIGHT_BRIGHTNESS 1
144 144
 #endif

Laddar…
Avbryt
Spara