config templates: bring in EECONFIG.
Recently EEPROM storage was wrapped in #ifdefs, so, to get it back by default, we have to enable it.
This commit is contained in:
parent
73658afc33
commit
64560eda45
|
|
@ -403,6 +403,15 @@ DEFINE_HEATER(bed, PB4, 1)
|
|||
* *
|
||||
\***************************************************************************/
|
||||
|
||||
/** \def EECONFIG
|
||||
EECONFIG: Enable EEPROM configuration storage.
|
||||
|
||||
Enabled by default. Commenting this out makes the binary several hundred
|
||||
bytes smaller, so you might want to disable EEPROM storage on small MCUs,
|
||||
like the ATmega168.
|
||||
*/
|
||||
#define EECONFIG
|
||||
|
||||
/** \def DEBUG
|
||||
DEBUG
|
||||
enables /heaps/ of extra output, and some extra M-codes.
|
||||
|
|
|
|||
|
|
@ -407,6 +407,15 @@ DEFINE_TEMP_SENSOR(bed, TT_INTERCOM, AIO1, 0)
|
|||
* *
|
||||
\***************************************************************************/
|
||||
|
||||
/** \def EECONFIG
|
||||
EECONFIG: Enable EEPROM configuration storage.
|
||||
|
||||
Enabled by default. Commenting this out makes the binary several hundred
|
||||
bytes smaller, so you might want to disable EEPROM storage on small MCUs,
|
||||
like the ATmega168.
|
||||
*/
|
||||
#define EECONFIG
|
||||
|
||||
/** \def DEBUG
|
||||
DEBUG
|
||||
enables /heaps/ of extra output, and some extra M-codes.
|
||||
|
|
|
|||
|
|
@ -391,6 +391,15 @@ DEFINE_HEATER(extruder, PD6, 1)
|
|||
* *
|
||||
\***************************************************************************/
|
||||
|
||||
/** \def EECONFIG
|
||||
EECONFIG: Enable EEPROM configuration storage.
|
||||
|
||||
Enabled by default. Commenting this out makes the binary several hundred
|
||||
bytes smaller, so you might want to disable EEPROM storage on small MCUs,
|
||||
like the ATmega168.
|
||||
*/
|
||||
#define EECONFIG
|
||||
|
||||
/** \def DEBUG
|
||||
DEBUG
|
||||
enables /heaps/ of extra output, and some extra M-codes.
|
||||
|
|
|
|||
|
|
@ -402,6 +402,15 @@ DEFINE_HEATER(bed, DIO3, 1)
|
|||
* *
|
||||
\***************************************************************************/
|
||||
|
||||
/** \def EECONFIG
|
||||
EECONFIG: Enable EEPROM configuration storage.
|
||||
|
||||
Enabled by default. Commenting this out makes the binary several hundred
|
||||
bytes smaller, so you might want to disable EEPROM storage on small MCUs,
|
||||
like the ATmega168.
|
||||
*/
|
||||
#define EECONFIG
|
||||
|
||||
/** \def DEBUG
|
||||
DEBUG
|
||||
enables /heaps/ of extra output, and some extra M-codes.
|
||||
|
|
|
|||
|
|
@ -402,6 +402,15 @@ DEFINE_HEATER(bed, DIO3, 1)
|
|||
* *
|
||||
\***************************************************************************/
|
||||
|
||||
/** \def EECONFIG
|
||||
EECONFIG: Enable EEPROM configuration storage.
|
||||
|
||||
Enabled by default. Commenting this out makes the binary several hundred
|
||||
bytes smaller, so you might want to disable EEPROM storage on small MCUs,
|
||||
like the ATmega168.
|
||||
*/
|
||||
#define EECONFIG
|
||||
|
||||
/** \def DEBUG
|
||||
DEBUG
|
||||
enables /heaps/ of extra output, and some extra M-codes.
|
||||
|
|
|
|||
|
|
@ -400,6 +400,15 @@ DEFINE_HEATER(fan, PH6, 1)
|
|||
* *
|
||||
\***************************************************************************/
|
||||
|
||||
/** \def EECONFIG
|
||||
EECONFIG: Enable EEPROM configuration storage.
|
||||
|
||||
Enabled by default. Commenting this out makes the binary several hundred
|
||||
bytes smaller, so you might want to disable EEPROM storage on small MCUs,
|
||||
like the ATmega168.
|
||||
*/
|
||||
#define EECONFIG
|
||||
|
||||
/** \def DEBUG
|
||||
DEBUG
|
||||
enables /heaps/ of extra output, and some extra M-codes.
|
||||
|
|
|
|||
|
|
@ -402,6 +402,15 @@ DEFINE_HEATER(extruder, PB4, 1)
|
|||
* *
|
||||
\***************************************************************************/
|
||||
|
||||
/** \def EECONFIG
|
||||
EECONFIG: Enable EEPROM configuration storage.
|
||||
|
||||
Enabled by default. Commenting this out makes the binary several hundred
|
||||
bytes smaller, so you might want to disable EEPROM storage on small MCUs,
|
||||
like the ATmega168.
|
||||
*/
|
||||
#define EECONFIG
|
||||
|
||||
/** \def DEBUG
|
||||
DEBUG
|
||||
enables /heaps/ of extra output, and some extra M-codes.
|
||||
|
|
|
|||
|
|
@ -398,6 +398,15 @@ DEFINE_HEATER(bed, PD6, 1)
|
|||
* *
|
||||
\***************************************************************************/
|
||||
|
||||
/** \def EECONFIG
|
||||
EECONFIG: Enable EEPROM configuration storage.
|
||||
|
||||
Enabled by default. Commenting this out makes the binary several hundred
|
||||
bytes smaller, so you might want to disable EEPROM storage on small MCUs,
|
||||
like the ATmega168.
|
||||
*/
|
||||
#define EECONFIG
|
||||
|
||||
/** \def DEBUG
|
||||
DEBUG
|
||||
enables /heaps/ of extra output, and some extra M-codes.
|
||||
|
|
|
|||
|
|
@ -398,6 +398,15 @@ DEFINE_HEATER(bed, PD4, 1)
|
|||
* *
|
||||
\***************************************************************************/
|
||||
|
||||
/** \def EECONFIG
|
||||
EECONFIG: Enable EEPROM configuration storage.
|
||||
|
||||
Enabled by default. Commenting this out makes the binary several hundred
|
||||
bytes smaller, so you might want to disable EEPROM storage on small MCUs,
|
||||
like the ATmega168.
|
||||
*/
|
||||
#define EECONFIG
|
||||
|
||||
/** \def DEBUG
|
||||
DEBUG
|
||||
enables /heaps/ of extra output, and some extra M-codes.
|
||||
|
|
|
|||
|
|
@ -457,6 +457,15 @@ DEFINE_HEATER(fan, DIO8, 0)
|
|||
* *
|
||||
\***************************************************************************/
|
||||
|
||||
/** \def EECONFIG
|
||||
EECONFIG: Enable EEPROM configuration storage.
|
||||
|
||||
Enabled by default. Commenting this out makes the binary several hundred
|
||||
bytes smaller, so you might want to disable EEPROM storage on small MCUs,
|
||||
like the ATmega168.
|
||||
*/
|
||||
#define EECONFIG
|
||||
|
||||
/** \def DEBUG
|
||||
DEBUG
|
||||
enables /heaps/ of extra output, and some extra M-codes.
|
||||
|
|
|
|||
Loading…
Reference in New Issue