Move lpq_len to Temperature class (#10715)
This commit is contained in:
parent
02a79cc030
commit
aff683c3f5
5 changed files with 27 additions and 22 deletions
|
|
@ -304,6 +304,10 @@ class Temperature {
|
|||
static uint8_t ADCKey_count;
|
||||
#endif
|
||||
|
||||
#if ENABLED(PID_EXTRUSION_SCALING)
|
||||
static int16_t lpq_len;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Instance Methods
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue