소스 검색

Increase bed temperature hysteresis

Prevents heater error from bed heating too slowly.
Kevin Lee 4 년 전
부모
커밋
57143d60f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Firmware/variants/1_75mm_MK3S-EINSy10a-E3Dv6full.h

+ 1 - 1
Firmware/variants/1_75mm_MK3S-EINSy10a-E3Dv6full.h

@@ -394,7 +394,7 @@
 #endif
 
 // temperature runaway
-#define TEMP_RUNAWAY_BED_HYSTERESIS 5
+#define TEMP_RUNAWAY_BED_HYSTERESIS 15
 #define TEMP_RUNAWAY_BED_TIMEOUT 360
 
 #define TEMP_RUNAWAY_EXTRUDER_HYSTERESIS 15