From f6836ebdcb19633b6dc99d5806e6fb456926d445 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Mon, 6 Jul 2020 13:37:28 +0200 Subject: [PATCH] Add correct Version to TFT which supports it. --- Marlin/src/lcd/anycubic_touchscreen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/lcd/anycubic_touchscreen.h b/Marlin/src/lcd/anycubic_touchscreen.h index 48a30086..27924df7 100755 --- a/Marlin/src/lcd/anycubic_touchscreen.h +++ b/Marlin/src/lcd/anycubic_touchscreen.h @@ -33,7 +33,7 @@ char *ftostr32(const float &); #define TFTBUFSIZE 4 #define TFT_MAX_CMD_SIZE 96 -#define MSG_MY_VERSION "V116" +#define MSG_MY_VERSION "Knutwurst-1.0.5" #define ANYCUBIC_TFT_STATE_IDLE 0 #define ANYCUBIC_TFT_STATE_SDPRINT 1