From 69566454491f7b7df675ad052f508f8e638e723d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 8 Aug 2012 17:57:15 +0100 Subject: [PATCH] ENABLE EEPROM SETTINGS NOT FOR UPSTREAM --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 1248029..6c3bdb2 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -232,7 +232,7 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th // M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily). // M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to. //define this to enable eeprom support -//#define EEPROM_SETTINGS +#define EEPROM_SETTINGS //to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out: // please keep turned on if you can. //#define EEPROM_CHITCHAT -- 2.30.2