Browse Source

Corected condition for PIDdT

pull/1/head
AnHardt 9 years ago
parent
commit
01cc97a3c3
  1. 2
      Marlin/temperature.cpp

2
Marlin/temperature.cpp

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

Loading…
Cancel
Save