Browse Source

Relax bed cooling safety check (#17877)

vanilla_fb_2.0.x
Mathias Rasmussen 5 years ago
committed by GitHub
parent
commit
d571a4d389
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/module/temperature.cpp

2
Marlin/src/module/temperature.cpp

@ -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…
Cancel
Save