🚸 Relax "heating failed" for hotends

This commit is contained in:
Scott Lahteine 2022-08-05 19:29:40 -05:00
parent 943c43a042
commit da98d913c5
214 changed files with 214 additions and 214 deletions

View file

@ -318,7 +318,7 @@
* and/or decrease WATCH_TEMP_INCREASE. WATCH_TEMP_INCREASE should not be set
* below 2.
*/
#define WATCH_TEMP_PERIOD 20 // Seconds
#define WATCH_TEMP_PERIOD 40 // Seconds
#define WATCH_TEMP_INCREASE 2 // Degrees Celsius
#endif