Browse Source

Relax bed cooling safety check (#17877)

Mathias Rasmussen 4 years ago
parent
commit
d571a4d389
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/temperature.cpp

+ 1
- 1
Marlin/src/module/temperature.cpp View File

3074
   #if HAS_HEATED_BED
3074
   #if HAS_HEATED_BED
3075
 
3075
 
3076
     #ifndef MIN_COOLING_SLOPE_DEG_BED
3076
     #ifndef MIN_COOLING_SLOPE_DEG_BED
3077
-      #define MIN_COOLING_SLOPE_DEG_BED 1.50
3077
+      #define MIN_COOLING_SLOPE_DEG_BED 1.00
3078
     #endif
3078
     #endif
3079
     #ifndef MIN_COOLING_SLOPE_TIME_BED
3079
     #ifndef MIN_COOLING_SLOPE_TIME_BED
3080
       #define MIN_COOLING_SLOPE_TIME_BED 60
3080
       #define MIN_COOLING_SLOPE_TIME_BED 60

Loading…
Cancel
Save