Removal of the constraints of the Iterm
This commit is contained in:
parent
9cebbabd05
commit
a765c98850
@ -157,9 +157,7 @@ class Temperature {
|
|||||||
static int lpq_ptr;
|
static int lpq_ptr;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static float pid_error[HOTENDS],
|
static float pid_error[HOTENDS];
|
||||||
temp_iState_min[HOTENDS],
|
|
||||||
temp_iState_max[HOTENDS];
|
|
||||||
static bool pid_reset[HOTENDS];
|
static bool pid_reset[HOTENDS];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -169,9 +167,7 @@ class Temperature {
|
|||||||
pTerm_bed,
|
pTerm_bed,
|
||||||
iTerm_bed,
|
iTerm_bed,
|
||||||
dTerm_bed,
|
dTerm_bed,
|
||||||
pid_error_bed,
|
pid_error_bed;
|
||||||
temp_iState_min_bed,
|
|
||||||
temp_iState_max_bed;
|
|
||||||
#else
|
#else
|
||||||
static millis_t next_bed_check_ms;
|
static millis_t next_bed_check_ms;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user