mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-15 10:46:18 +00:00
Merge pull request #5517 from esenapaj/Fix-for-PR-#5255
Fix for the PR #5255 (Case light menu (3rd attempt))
This commit is contained in:
commit
d4f5418802
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ static uint8_t target_extruder;
|
||||||
;
|
;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(ULTIPANEL) && HAS_CASE_LIGHT
|
#if HAS_CASE_LIGHT
|
||||||
bool case_light_on =
|
bool case_light_on =
|
||||||
#if ENABLED(CASE_LIGHT_DEFAULT_ON)
|
#if ENABLED(CASE_LIGHT_DEFAULT_ON)
|
||||||
true
|
true
|
||||||
|
|
Loading…
Add table
Reference in a new issue