Browse Source

Merge pull request #5517 from esenapaj/Fix-for-PR-#5255

Fix for the PR #5255 (Case light menu (3rd attempt))
Scott Lahteine 7 years ago
parent
commit
d4f5418802
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -530,7 +530,7 @@ static uint8_t target_extruder;
530 530
   ;
531 531
 #endif
532 532
 
533
-#if ENABLED(ULTIPANEL) && HAS_CASE_LIGHT
533
+#if HAS_CASE_LIGHT
534 534
   bool case_light_on =
535 535
     #if ENABLED(CASE_LIGHT_DEFAULT_ON)
536 536
       true

Loading…
Cancel
Save