Move lpq_len to Temperature class (#10715)

This commit is contained in:
Scott Lahteine
2018-05-12 02:13:54 -05:00
committed by GitHub
parent 02a79cc030
commit aff683c3f5
5 changed files with 27 additions and 22 deletions

View File

@@ -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
*/