Revert "Squashed - Removal of PID functional range"

This commit is contained in:
Scott Lahteine
2016-10-09 16:13:58 -05:00
committed by Scott Lahteine
parent 4037df82b0
commit 1e551c0688
24 changed files with 83 additions and 27 deletions

View File

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