From 1fceb7c580398c510474f5ac0dbb5b9831bfc0d6 Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Sun, 19 Nov 2023 13:57:03 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20VAkE=20403D=20part=20de?= =?UTF-8?q?ux=20(#26443)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Followup to #25969 --- Marlin/src/pins/pins.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Marlin/src/pins/pins.h b/Marlin/src/pins/pins.h index 8e89eb90a7..73152954ca 100644 --- a/Marlin/src/pins/pins.h +++ b/Marlin/src/pins/pins.h @@ -932,6 +932,7 @@ #define BOARD_MKS_MONSTER8 99925 #define BOARD_LINUX_RAMPS 99926 #define BOARD_BTT_MANTA_M4P_V1_0 99927 + #define BOARD_VAKE403D 99928 #if MB(MKS_13) #error "BOARD_MKS_13 is now BOARD_MKS_GEN_13. Please update your configuration." @@ -991,6 +992,8 @@ #error "BOARD_LINUX_RAMPS is now BOARD_SIMULATED. Please update your configuration." #elif MB(BTT_MANTA_M4P_V1_0) #error "BOARD_BTT_MANTA_M4P_V1_0 is now BOARD_BTT_MANTA_M4P_V2_1. Please update your configuration." + #elif MB(VAKE403D) + #error "BOARD_VAKE403D is no longer supported in Marlin." #elif defined(MOTHERBOARD) #error "Unknown MOTHERBOARD value set in Configuration.h." #else @@ -1026,6 +1029,7 @@ #undef BOARD_MKS_MONSTER8 #undef BOARD_LINUX_RAMPS #undef BOARD_BTT_MANTA_M4P_V1_0 + #undef BOARD_VAKE403D #endif