summaryrefslogtreecommitdiff
path: root/Sprinter/store_eeprom.cpp
AgeCommit message (Collapse)Author
2012-04-24Fix typo in Parameteroutputmidopple
2012-03-19fix for broken include in store_eeprom.cppmidopple
Thanks to kmeehl
2012-02-17The microcontroller can store settings to EEPROMmidopple
to use the fuction set in configuration.h #define USE_EEPROM_SETTINGS --> Save and recall Settings aktive #define PRINT_EEPROM_SETTING --> Print settings to UART Commands: M500 - stores paramters in EEPROM M501 - reads parameters from EEPROM M502 - reverts to the default M503 - Print Settings