0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-18 15:21:25 +00:00

Relax bed cooling safety check (#17877)

This commit is contained in:
Mathias Rasmussen 2020-05-05 00:23:35 +02:00 committed by GitHub
parent 98196673aa
commit d571a4d389
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3074,7 +3074,7 @@ void Temperature::tick() {
#if HAS_HEATED_BED #if HAS_HEATED_BED
#ifndef MIN_COOLING_SLOPE_DEG_BED #ifndef MIN_COOLING_SLOPE_DEG_BED
#define MIN_COOLING_SLOPE_DEG_BED 1.50 #define MIN_COOLING_SLOPE_DEG_BED 1.00
#endif #endif
#ifndef MIN_COOLING_SLOPE_TIME_BED #ifndef MIN_COOLING_SLOPE_TIME_BED
#define MIN_COOLING_SLOPE_TIME_BED 60 #define MIN_COOLING_SLOPE_TIME_BED 60