Browse Source

Fix case light brightness save/load (#19436)

vanilla_fb_2.0.x
Marcio T 4 years ago
committed by GitHub
parent
commit
9fd06fa767
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/module/settings.cpp

2
Marlin/src/module/settings.cpp

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

Loading…
Cancel
Save