Update some comments
This commit is contained in:
parent
28a0650cf3
commit
7807b613d5
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* configuration_store.cpp
|
||||
* settings.cpp
|
||||
*
|
||||
* Settings and EEPROM storage
|
||||
*
|
||||
|
|
|
@ -21,6 +21,10 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
//
|
||||
// settings.cpp - Settings and EEPROM storage
|
||||
//
|
||||
|
||||
#include "../inc/MarlinConfig.h"
|
||||
|
||||
#if ENABLED(EEPROM_SETTINGS)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue