mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-27 05:48:43 +00:00
Relax bed cooling safety check (#17877)
This commit is contained in:
parent
98196673aa
commit
d571a4d389
@ -3074,7 +3074,7 @@ void Temperature::tick() {
|
||||
#if HAS_HEATED_BED
|
||||
|
||||
#ifndef MIN_COOLING_SLOPE_DEG_BED
|
||||
#define MIN_COOLING_SLOPE_DEG_BED 1.50
|
||||
#define MIN_COOLING_SLOPE_DEG_BED 1.00
|
||||
#endif
|
||||
#ifndef MIN_COOLING_SLOPE_TIME_BED
|
||||
#define MIN_COOLING_SLOPE_TIME_BED 60
|
||||
|
Loading…
Reference in New Issue
Block a user