Update some comments

This commit is contained in:
Scott Lahteine
2020-08-20 00:08:06 -05:00
parent c43d264d3e
commit 615af841f0
3 changed files with 6 additions and 2 deletions

View File

@ -361,7 +361,7 @@ volatile bool Temperature::raw_temps_ready = false;
#endif
#if ENABLED(PID_EXTRUSION_SCALING)
int16_t Temperature::lpq_len; // Initialized in configuration_store
int16_t Temperature::lpq_len; // Initialized in settings.cpp
#endif
#if HAS_PID_HEATING