From c0497234b9b791735f7bc4f5b5515473836f9d88 Mon Sep 17 00:00:00 2001 From: Ludy Date: Sun, 7 Jul 2019 04:24:10 +0200 Subject: [PATCH] SanityCheck Biqu SKR 1.1 => BigTree SKR 1.1 (#14526) --- Marlin/src/inc/SanityCheck.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Marlin/src/inc/SanityCheck.h b/Marlin/src/inc/SanityCheck.h index a5922927af..f65c1e9ad7 100644 --- a/Marlin/src/inc/SanityCheck.h +++ b/Marlin/src/inc/SanityCheck.h @@ -384,10 +384,11 @@ #error "POWER_SUPPLY is now obsolete. Please remove it from Configuration.h." #endif -#define BOARD_MKS_13 -47 -#define BOARD_TRIGORILLA -343 -#define BOARD_RURAMPS4D -1550 -#define BOARD_FORMBOT_TREX2 -81 +#define BOARD_MKS_13 -1109 +#define BOARD_TRIGORILLA -1131 +#define BOARD_RURAMPS4D -3020 +#define BOARD_FORMBOT_TREX2 -1125 +#define BOARD_BIQU_SKR_V1_1 -2014 #if MB(MKS_13) #error "BOARD_MKS_13 has been renamed BOARD_MKS_GEN_13. Please update your configuration." #elif MB(TRIGORILLA) @@ -396,11 +397,14 @@ #error "BOARD_RURAMPS4D has been renamed BOARD_RURAMPS4D_11. Please update your configuration." #elif MB(FORMBOT_TREX2) #error "FORMBOT_TREX2 has been renamed BOARD_FORMBOT_TREX2PLUS. Please update your configuration." +#elif MB(BOARD_BIQU_SKR_V1_1) + #error "BIQU_SKR_V1_1 has been renamed BOARD_BIGTREE_SKR_V1_1. Please update your configuration." #endif #undef BOARD_MKS_13 #undef BOARD_TRIGORILLA #undef BOARD_RURAMPS4D #undef BOARD_FORMBOT_TREX2 +#undef BOARD_BIQU_SKR_V1_1 /** * Marlin release, version and default string