Browse Source

Corected condition for PIDdT

AnHardt 9 years ago
parent
commit
01cc97a3c3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/temperature.cpp

+ 1
- 1
Marlin/temperature.cpp View File

@@ -45,7 +45,7 @@
45 45
   #define K2 (1.0-K1)
46 46
 #endif
47 47
 
48
-#ifdef PIDTEMPBED
48
+#if defined(PIDTEMPBED) || defined(PIDTEMP)
49 49
   #define PID_dT ((OVERSAMPLENR * 12.0)/(F_CPU / 64.0 / 256.0))
50 50
 #endif
51 51
 

Loading…
Cancel
Save