From 827c7a81ffa7cd297aba3e57416d376fa227729d Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Fri, 26 Mar 2021 09:08:51 +0100 Subject: [PATCH] Set new machine name and distribution date --- Marlin/src/inc/Version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index a3186200..833b6edc 100755 --- a/Marlin/src/inc/Version.h +++ b/Marlin/src/inc/Version.h @@ -44,7 +44,7 @@ #define CUSTOM_BUILD_VERSION "1.2.0-Alpha.1" #ifndef STRING_DISTRIBUTION_DATE - #define STRING_DISTRIBUTION_DATE "2021-02-17" + #define STRING_DISTRIBUTION_DATE "2021-03-26" #endif /** @@ -75,7 +75,7 @@ * Define a generic printer name to be output to the LCD after booting Marlin. */ #ifndef MACHINE_NAME - #define MACHINE_NAME "Knutwurst's Anycubic i3 MEGA" + #define MACHINE_NAME "Knutwurst's Anycubic Printer" #endif /**