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