Browse Source

Removal of the constraints of the Iterm

pull/1/head
Rerouter 8 years ago
committed by GitHub
parent
commit
a765c98850
  1. 8
      Marlin/temperature.h

8
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

Loading…
Cancel
Save