chiark / gitweb /
config fix - enable eeprom support
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 1 Aug 2012 20:21:30 +0000 (21:21 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 1 Aug 2012 20:21:30 +0000 (21:21 +0100)
Marlin/Configuration.h

index 4e5ff5b75a80044f26564cdb2fb7b9b4fe5f70f9..913371c036b86893d0c17e75a1d9d4d96a4a0fbf 100644 (file)
@@ -238,7 +238,7 @@ const bool Z_ENDSTOPS_INVERTING = false; // set to true to invert the logic of t
 // 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