Apply CUSTOM_MACHINE_NAME to configurations

- Replace “Mendel” with “RepRap”
This commit is contained in:
Scott Lahteine
2015-04-10 21:29:42 -07:00
parent 71adb1ee59
commit ccbe2c4ea3
15 changed files with 38 additions and 27 deletions

View File

@ -75,7 +75,7 @@
#endif
#ifdef CUSTOM_MENDEL_NAME
#warning CUSTOM_MENDEL_NAME deprecated - use CUSTOM_MACHINE_NAME
#error CUSTOM_MENDEL_NAME deprecated - use CUSTOM_MACHINE_NAME
#define CUSTOM_MACHINE_NAME CUSTOM_MENDEL_NAME
#endif