Browse Source

Merge pull request #6699 from mtowara/patch-1

Bugfix PRINTER_EVENT_LEDS
Scott Lahteine 8 years ago
parent
commit
e51b5774db
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/Marlin_main.cpp

+ 0
- 1
Marlin/Marlin_main.cpp View File

6877
           const uint8_t red = map(constrain(temp, start_temp, target_temp), start_temp, target_temp, 0, 255);
6877
           const uint8_t red = map(constrain(temp, start_temp, target_temp), start_temp, target_temp, 0, 255);
6878
           if (red != old_red) set_led_color((old_red = red), 0, 255);
6878
           if (red != old_red) set_led_color((old_red = red), 0, 255);
6879
         }
6879
         }
6880
-      }
6881
       #endif
6880
       #endif
6882
 
6881
 
6883
       #if TEMP_BED_RESIDENCY_TIME > 0
6882
       #if TEMP_BED_RESIDENCY_TIME > 0

Loading…
Cancel
Save