Removal of functional range constraint

Also lined up the >> 1 and / 2 mentioned earlier in the unconstrained I term issue,
This commit is contained in:
Rerouter
2016-10-02 08:43:46 +11:00
committed by Scott Lahteine
parent 5f5d87cad3
commit 02fe9cf558
2 changed files with 5 additions and 17 deletions

View File

@ -158,7 +158,6 @@ class Temperature {
#endif
static float pid_error[HOTENDS];
static bool pid_reset[HOTENDS];
#endif
#if ENABLED(PIDTEMPBED)