瀏覽代碼

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,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…
取消
儲存