From a765c98850a112a9e3c2c6ab48a3f859f7a1ca34 Mon Sep 17 00:00:00 2001 From: Rerouter Date: Wed, 28 Sep 2016 17:26:49 +1000 Subject: [PATCH] Removal of the constraints of the Iterm --- Marlin/temperature.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Marlin/temperature.h b/Marlin/temperature.h index 72f55b317c..974e05d5e7 100644 --- a/Marlin/temperature.h +++ b/Marlin/temperature.h @@ -157,9 +157,7 @@ class Temperature { static int lpq_ptr; #endif - static float pid_error[HOTENDS], - temp_iState_min[HOTENDS], - temp_iState_max[HOTENDS]; + static float pid_error[HOTENDS]; static bool pid_reset[HOTENDS]; #endif @@ -169,9 +167,7 @@ class Temperature { pTerm_bed, iTerm_bed, dTerm_bed, - pid_error_bed, - temp_iState_min_bed, - temp_iState_max_bed; + pid_error_bed; #else static millis_t next_bed_check_ms; #endif