Browse Source

Bugfix PRINTER_EVENT_LEDS

Extra closing curly bracket terminates while loop early if PRINTER_EVENT_LEDS defined
Markus Towara 8 years ago
parent
commit
68ae7c8d7a
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/Marlin_main.cpp

+ 0
- 1
Marlin/Marlin_main.cpp View File

@@ -6873,7 +6873,6 @@ inline void gcode_M109() {
6873 6873
           const uint8_t red = map(constrain(temp, start_temp, target_temp), start_temp, target_temp, 0, 255);
6874 6874
           if (red != old_red) set_led_color((old_red = red), 0, 255);
6875 6875
         }
6876
-      }
6877 6876
       #endif
6878 6877
 
6879 6878
       #if TEMP_BED_RESIDENCY_TIME > 0

Loading…
Cancel
Save