Browse Source

Removal of the constraints of the Iterm

Rerouter 7 years ago
parent
commit
a765c98850
1 changed files with 2 additions and 6 deletions
  1. 2
    6
      Marlin/temperature.h

+ 2
- 6
Marlin/temperature.h View File

@@ -157,9 +157,7 @@ class Temperature {
157 157
         static int lpq_ptr;
158 158
       #endif
159 159
 
160
-      static float pid_error[HOTENDS],
161
-                   temp_iState_min[HOTENDS],
162
-                   temp_iState_max[HOTENDS];
160
+      static float pid_error[HOTENDS];
163 161
       static bool pid_reset[HOTENDS];
164 162
     #endif
165 163
 
@@ -169,9 +167,7 @@ class Temperature {
169 167
                    pTerm_bed,
170 168
                    iTerm_bed,
171 169
                    dTerm_bed,
172
-                   pid_error_bed,
173
-                   temp_iState_min_bed,
174
-                   temp_iState_max_bed;
170
+                   pid_error_bed;
175 171
     #else
176 172
       static millis_t next_bed_check_ms;
177 173
     #endif

Loading…
Cancel
Save