|
@@ -1159,7 +1159,7 @@
|
1159
|
1159
|
// M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
|
1160
|
1160
|
// M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.
|
1161
|
1161
|
//
|
1162
|
|
-#define EEPROM_SETTINGS // Enable for M500 and M501 commands
|
|
1162
|
+//#define EEPROM_SETTINGS // Enable for M500 and M501 commands
|
1163
|
1163
|
//#define DISABLE_M503 // Saves ~2700 bytes of PROGMEM. Disable for release!
|
1164
|
1164
|
//#define EEPROM_CHITCHAT // Give feedback on EEPROM commands. Disable to save PROGMEM.
|
1165
|
1165
|
|
|
@@ -1176,7 +1176,7 @@
|
1176
|
1176
|
//
|
1177
|
1177
|
// M100 Free Memory Watcher
|
1178
|
1178
|
//
|
1179
|
|
-#define M100_FREE_MEMORY_WATCHER // uncomment to add the M100 Free Memory Watcher for debug purpose
|
|
1179
|
+//#define M100_FREE_MEMORY_WATCHER // uncomment to add the M100 Free Memory Watcher for debug purpose
|
1180
|
1180
|
|
1181
|
1181
|
//
|
1182
|
1182
|
// G20/G21 Inch mode support
|