Fix M301 access to lpq_len (#10714)

Co-Authored-By: Zwaubel
This commit is contained in:
Scott Lahteine
2018-05-12 02:13:40 -05:00
committed by GitHub
parent 1b225a2809
commit 625035a9ce
6 changed files with 24 additions and 19 deletions

View File

@ -204,10 +204,6 @@ millis_t max_inactive_time, // = 0
bool chdkActive; // = false;
#endif
#if ENABLED(PID_EXTRUSION_SCALING)
int lpq_len = 20;
#endif
#if ENABLED(I2C_POSITION_ENCODERS)
I2CPositionEncodersMgr I2CPEM;
#endif