Make thermal timing more forgiving, at least until PID can be better tuned for BMG-M

This commit is contained in:
InsanityAutomation
2020-08-23 18:12:31 -04:00
committed by InsanityAutomation
parent e6671b3065
commit 99d49108c1
+2 -2
View File
@@ -182,8 +182,8 @@
* and/or decrease WATCH_TEMP_INCREASE. WATCH_TEMP_INCREASE should not be set
* below 2.
*/
#define WATCH_TEMP_PERIOD 40 // Seconds
#define WATCH_TEMP_INCREASE 10 // Degrees Celsius
#define WATCH_TEMP_PERIOD 50 // Seconds
#define WATCH_TEMP_INCREASE 5 // Degrees Celsius
#endif
/**