1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-26 13:25:54 +00:00

🔥 Remove VAkE 403D part deux (#26443)

Followup to #25969
This commit is contained in:
Keith Bennett 2023-11-19 13:57:03 -08:00 committed by GitHub
parent 5287cfbb59
commit 1fceb7c580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -932,6 +932,7 @@
#define BOARD_MKS_MONSTER8 99925 #define BOARD_MKS_MONSTER8 99925
#define BOARD_LINUX_RAMPS 99926 #define BOARD_LINUX_RAMPS 99926
#define BOARD_BTT_MANTA_M4P_V1_0 99927 #define BOARD_BTT_MANTA_M4P_V1_0 99927
#define BOARD_VAKE403D 99928
#if MB(MKS_13) #if MB(MKS_13)
#error "BOARD_MKS_13 is now BOARD_MKS_GEN_13. Please update your configuration." #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." #error "BOARD_LINUX_RAMPS is now BOARD_SIMULATED. Please update your configuration."
#elif MB(BTT_MANTA_M4P_V1_0) #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." #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) #elif defined(MOTHERBOARD)
#error "Unknown MOTHERBOARD value set in Configuration.h." #error "Unknown MOTHERBOARD value set in Configuration.h."
#else #else
@ -1026,6 +1029,7 @@
#undef BOARD_MKS_MONSTER8 #undef BOARD_MKS_MONSTER8
#undef BOARD_LINUX_RAMPS #undef BOARD_LINUX_RAMPS
#undef BOARD_BTT_MANTA_M4P_V1_0 #undef BOARD_BTT_MANTA_M4P_V1_0
#undef BOARD_VAKE403D
#endif #endif