浏览代码

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 {

正在加载...
取消
保存