Update max bed thermal limits for large dc bed at high temps

This commit is contained in:
InsanityAutomation
2019-09-16 22:22:11 -04:00
parent 60cfb42668
commit a0f00367fe
+12 -4
View File
@@ -166,12 +166,20 @@
*/
#if ENABLED(THERMAL_PROTECTION_BED)
#if(ENABLED(BedDC))
#if EITHER(MachineS5, MachineCR10Max)
#define THERMAL_PROTECTION_BED_PERIOD 240 // Seconds
#define THERMAL_PROTECTION_BED_HYSTERESIS 4 // Degrees Celsius
#define THERMAL_PROTECTION_BED_PERIOD 50 // Seconds
#define THERMAL_PROTECTION_BED_HYSTERESIS 2 // Degrees Celsius
#define WATCH_BED_TEMP_PERIOD 240 // Seconds
#define WATCH_BED_TEMP_INCREASE 4 // Degrees Celsius
#define WATCH_BED_TEMP_PERIOD 180 // Seconds
#define WATCH_BED_TEMP_INCREASE 2 // Degrees Celsius
#else
#define THERMAL_PROTECTION_BED_PERIOD 50 // Seconds
#define THERMAL_PROTECTION_BED_HYSTERESIS 2 // Degrees Celsius
#define WATCH_BED_TEMP_PERIOD 180 // Seconds
#define WATCH_BED_TEMP_INCREASE 2 // Degrees Celsius
#endif
#else
#define THERMAL_PROTECTION_BED_PERIOD 30 // Seconds