Browse Source

Increase bed temperature hysteresis

Prevents heater error from bed heating too slowly.
Kevin Lee 5 years ago
parent
commit
82ff3f7673
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Firmware/variants/1_75mm_MK3S-EINSy10a-E3Dv6full.h

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

@@ -411,7 +411,7 @@
  *------------------------------------*/
 
 // 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