Skip to content

Commit

Permalink
🔥 Remove VAkE 403D part deux (#26443)
Browse files Browse the repository at this point in the history
Followup to #25969
  • Loading branch information
thisiskeithb authored Nov 19, 2023
1 parent 5287cfb commit 1fceb7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Marlin/src/pins/pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -1026,6 +1029,7 @@
#undef BOARD_MKS_MONSTER8
#undef BOARD_LINUX_RAMPS
#undef BOARD_BTT_MANTA_M4P_V1_0
#undef BOARD_VAKE403D

#endif

Expand Down

0 comments on commit 1fceb7c

Please sign in to comment.