Explorar el Código

Merge pull request #383 from PavelSindler/selftest_fix

temp runaway for heatbed enabled in config
PavelSindler hace 6 años
padre
commit
a672f5faad
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Firmware/Configuration_prusa.h

+ 2 - 2
Firmware/Configuration_prusa.h

@@ -291,8 +291,8 @@ const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic o
 #endif
 
 // temperature runaway
-//#define TEMP_RUNAWAY_BED_HYSTERESIS 5
-//#define TEMP_RUNAWAY_BED_TIMEOUT 360
+#define TEMP_RUNAWAY_BED_HYSTERESIS 5
+#define TEMP_RUNAWAY_BED_TIMEOUT 360
 
 #define TEMP_RUNAWAY_EXTRUDER_HYSTERESIS 15
 #define TEMP_RUNAWAY_EXTRUDER_TIMEOUT 45