Browse Source

Patch CASE_LIGHT typo

Scott Lahteine 8 years ago
parent
commit
87b6b19256
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      Marlin/Marlin_main.cpp

+ 1
- 2
Marlin/Marlin_main.cpp View File

7228
     static bool case_light_on
7228
     static bool case_light_on
7229
       #if ENABLED(CASE_LIGHT_DEFAULT_ON)
7229
       #if ENABLED(CASE_LIGHT_DEFAULT_ON)
7230
         = true
7230
         = true
7231
-      #else
7231
+      #endif
7232
     ;
7232
     ;
7233
-    #endif
7234
     static uint8_t case_light_brightness = 255;
7233
     static uint8_t case_light_brightness = 255;
7235
     if (code_seen('P')) case_light_brightness = code_value_byte();
7234
     if (code_seen('P')) case_light_brightness = code_value_byte();
7236
     if (code_seen('S')) {
7235
     if (code_seen('S')) {

Loading…
Cancel
Save