Bring configurations up to date, fix some comments

This commit is contained in:
Scott Lahteine
2017-06-28 13:44:04 -05:00
parent e3cedfa0ec
commit 5b03f23fa2
32 changed files with 182 additions and 161 deletions

View File

@ -1003,7 +1003,7 @@
// M500 - stores parameters in EEPROM
// 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 this to enable EEPROM support
#define EEPROM_SETTINGS
#if ENABLED(EEPROM_SETTINGS)
@ -1526,13 +1526,13 @@
// SkeinForge sends the wrong arc g-codes when using Arc Point as fillet procedure
//#define SF_ARC_FIX
// Support for the BariCUDA Paste Extruder.
// Support for the BariCUDA Paste Extruder
//#define BARICUDA
//define BlinkM/CyzRgb Support
// Support for BlinkM/CyzRgb
//#define BLINKM
//define PCA9632 PWM LED driver Support
// Support for PCA9632 PWM LED driver
//#define PCA9632
/**