Browse Source

Init old_red to 127 to ensure initial change

Fix #10012
pull/1/head
Scott Lahteine 7 years ago
parent
commit
42608b1925
  1. 2
      Marlin/src/gcode/temperature/M140_M190.cpp

2
Marlin/src/gcode/temperature/M140_M190.cpp

@ -94,7 +94,7 @@ void GcodeSuite::M190() {
#if ENABLED(PRINTER_EVENT_LEDS)
const float start_temp = thermalManager.degBed();
uint8_t old_red = 255;
uint8_t old_red = 127;
#endif
do {

Loading…
Cancel
Save