Browse Source

Init old_red to 127 to ensure initial change

Fix #10012
Scott Lahteine 7 years ago
parent
commit
42608b1925
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/temperature/M140_M190.cpp

+ 1
- 1
Marlin/src/gcode/temperature/M140_M190.cpp View File

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

Loading…
Cancel
Save