Marcio T
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/module/settings.cpp
|
|
@ -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 |
|
|
|