Преглед изворни кода

Init old_red to 127 to ensure initial change

Fix #10012
Scott Lahteine пре 7 година
родитељ
комит
42608b1925
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Marlin/src/gcode/temperature/M140_M190.cpp

+ 1
- 1
Marlin/src/gcode/temperature/M140_M190.cpp Прегледај датотеку

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

Loading…
Откажи
Сачувај