RepRap 101 Activating EEPROM functions in Marlin and what that does for you
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=ckP2-GrMHvA
In this video, I demonstrate how to activate the EEPROM functions in Marlin, and explain briefly how to use them. I will be posting a wirtten version of this procedure on my blog at zennmaster.com shortly. • In the meantime, here is the short version: • In Configuration.h, find the following two lines: • //#define EEPROM_SETTINGS • //#define EEPROM_CHITCHAT • Make them look like this: • #define EEPROM_CHITCHAT • #define EEPROM_SETTINGS • Re-flash your firmware via the Arduino IDE, and enjoy!
#############################
