Skip to content

Commit

Permalink
Enable EEPROM by default for 5DPrint D8 Controller Board in example c…
Browse files Browse the repository at this point in the history
…onfiguration
  • Loading branch information
Cameron Lai committed Apr 24, 2014
1 parent 2715f6d commit e2d7033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/example_configurations/makibox/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
// 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
Expand Down

0 comments on commit e2d7033

Please sign in to comment.