0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-07-03 04:10:54 +00:00

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