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

@ -244,6 +244,10 @@ uint8_t Temperature::soft_pwm_amount[HOTENDS];
uint8_t Temperature::ADCKey_count = 0;
#endif
#if ENABLED(PID_EXTRUSION_SCALING)
int16_t Temperature::lpq_len; // Initialized in configuration_store
#endif
#if HAS_PID_HEATING
/**