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:
Markus Hitter 2013-01-03 15:29:39 +01:00
parent 73658afc33
commit 64560eda45
10 changed files with 90 additions and 0 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.