Browse Source

Patch CASE_LIGHT typo

Scott Lahteine 7 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,9 +7228,8 @@ inline void gcode_M907() {
7228 7228
     static bool case_light_on
7229 7229
       #if ENABLED(CASE_LIGHT_DEFAULT_ON)
7230 7230
         = true
7231
-      #else
7231
+      #endif
7232 7232
     ;
7233
-    #endif
7234 7233
     static uint8_t case_light_brightness = 255;
7235 7234
     if (code_seen('P')) case_light_brightness = code_value_byte();
7236 7235
     if (code_seen('S')) {

Loading…
Cancel
Save