Default MACHINE_NAME to "3D Printer"

This commit is contained in:
Scott Lahteine
2015-04-12 17:17:41 -07:00
parent 8857b9e921
commit 74e4b42f7e
9 changed files with 9 additions and 9 deletions

View File

@ -70,7 +70,7 @@
#endif
#else
#ifndef MACHINE_NAME
#define MACHINE_NAME "Mendel"
#define MACHINE_NAME "3D Printer"
#endif
#endif