Scott Lahteine 10 年之前
父節點
當前提交
fc3c76fc16
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/temperature.cpp

+ 1
- 1
Marlin/temperature.cpp 查看文件

84
     static unsigned long thermal_runaway_timer[4]; // = {0,0,0,0};
84
     static unsigned long thermal_runaway_timer[4]; // = {0,0,0,0};
85
   #endif
85
   #endif
86
   #if HAS_BED_THERMAL_PROTECTION
86
   #if HAS_BED_THERMAL_PROTECTION
87
-    static TRState thermal_runaway_bed_state_machine = { TRInactive, TRInactive, TRInactive, TRInactive };
87
+    static TRState thermal_runaway_bed_state_machine = TRInactive;
88
     static unsigned long thermal_runaway_bed_timer;
88
     static unsigned long thermal_runaway_bed_timer;
89
   #endif
89
   #endif
90
 #endif
90
 #endif

Loading…
取消
儲存