Set new machine name and distribution date

This commit is contained in:
Knutwurst
2021-03-26 09:08:51 +01:00
parent c14f93323c
commit 827c7a81ff

View File

@@ -44,7 +44,7 @@
#define CUSTOM_BUILD_VERSION "1.2.0-Alpha.1" #define CUSTOM_BUILD_VERSION "1.2.0-Alpha.1"
#ifndef STRING_DISTRIBUTION_DATE #ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2021-02-17" #define STRING_DISTRIBUTION_DATE "2021-03-26"
#endif #endif
/** /**
@@ -75,7 +75,7 @@
* Define a generic printer name to be output to the LCD after booting Marlin. * Define a generic printer name to be output to the LCD after booting Marlin.
*/ */
#ifndef MACHINE_NAME #ifndef MACHINE_NAME
#define MACHINE_NAME "Knutwurst's Anycubic i3 MEGA" #define MACHINE_NAME "Knutwurst's Anycubic Printer"
#endif #endif
/** /**