Browse Source

Removal of the constraints of the Iterm

Rerouter 8 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
         static int lpq_ptr;
157
         static int lpq_ptr;
158
       #endif
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
       static bool pid_reset[HOTENDS];
161
       static bool pid_reset[HOTENDS];
164
     #endif
162
     #endif
165
 
163
 
169
                    pTerm_bed,
167
                    pTerm_bed,
170
                    iTerm_bed,
168
                    iTerm_bed,
171
                    dTerm_bed,
169
                    dTerm_bed,
172
-                   pid_error_bed,
173
-                   temp_iState_min_bed,
174
-                   temp_iState_max_bed;
170
+                   pid_error_bed;
175
     #else
171
     #else
176
       static millis_t next_bed_check_ms;
172
       static millis_t next_bed_check_ms;
177
     #endif
173
     #endif

Loading…
Cancel
Save