From 4c90eb01732901563fdad7a8ffd0a7610dcf919c Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Sun, 26 Mar 2023 19:23:28 -0400 Subject: [PATCH] Bump version --- Marlin/Version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Marlin/Version.h b/Marlin/Version.h index 6d005bc834..1020bbdffc 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -28,7 +28,7 @@ /** * Marlin release version identifier */ -#define SHORT_BUILD_VERSION "2.1.2_Beta1" +#define SHORT_BUILD_VERSION "2.1.2_Beta2" /** * Verbose version identifier which should contain a reference to the location @@ -89,11 +89,11 @@ * Defines a generic printer name to be output to the LCD after booting Marlin. */ #if(ENABLED(MachineTLD3P)) - #define CUSTOM_MACHINE_NAME "TL D3P" + #define CUSTOM_MACHINE_NAME "LNL D3Pro" #elif(ENABLED(MachineTLD5)) - #define CUSTOM_MACHINE_NAME "TL D5" + #define CUSTOM_MACHINE_NAME "LNL D5Pro" #elif(ENABLED(MachineTLD6)) - #define CUSTOM_MACHINE_NAME "TL D6" + #define CUSTOM_MACHINE_NAME "LNL D6Pro" #endif /**