EEPROM Settings: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
See https://github.com/MarlinFirmware/Marlin/wiki/EEPROM
See https://github.com/MarlinFirmware/Marlin/wiki/EEPROM


Hello
Values are stored in EEPROM and will be maintained upon power down of Arduino. But EEPROM works only if enabled in Marlin?
 
==== EEPROM GCodes ====
 
*M500 Store current settings in EEPROM for the next startup or M501.
*M501 Read all parameters from EEPROM. (Or, undo changes.)
*M502 Reset current settings to defaults, as set in Configurations.h. (Follow with M500 to reset the EEPROM too.)
*M503 Print the current settings – ''Not the settings stored in EEPROM.''

Latest revision as of 23:13, 14 July 2018

See https://github.com/MarlinFirmware/Marlin/wiki/EEPROM

Values are stored in EEPROM and will be maintained upon power down of Arduino. But EEPROM works only if enabled in Marlin?

EEPROM GCodes

  • M500 Store current settings in EEPROM for the next startup or M501.
  • M501 Read all parameters from EEPROM. (Or, undo changes.)
  • M502 Reset current settings to defaults, as set in Configurations.h. (Follow with M500 to reset the EEPROM too.)
  • M503 Print the current settings – Not the settings stored in EEPROM.