SanityCheck Biqu SKR 1.1 => BigTree SKR 1.1 (#14526)
This commit is contained in:
parent
cdf4ed87a1
commit
c0497234b9
@ -384,10 +384,11 @@
|
|||||||
#error "POWER_SUPPLY is now obsolete. Please remove it from Configuration.h."
|
#error "POWER_SUPPLY is now obsolete. Please remove it from Configuration.h."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BOARD_MKS_13 -47
|
#define BOARD_MKS_13 -1109
|
||||||
#define BOARD_TRIGORILLA -343
|
#define BOARD_TRIGORILLA -1131
|
||||||
#define BOARD_RURAMPS4D -1550
|
#define BOARD_RURAMPS4D -3020
|
||||||
#define BOARD_FORMBOT_TREX2 -81
|
#define BOARD_FORMBOT_TREX2 -1125
|
||||||
|
#define BOARD_BIQU_SKR_V1_1 -2014
|
||||||
#if MB(MKS_13)
|
#if MB(MKS_13)
|
||||||
#error "BOARD_MKS_13 has been renamed BOARD_MKS_GEN_13. Please update your configuration."
|
#error "BOARD_MKS_13 has been renamed BOARD_MKS_GEN_13. Please update your configuration."
|
||||||
#elif MB(TRIGORILLA)
|
#elif MB(TRIGORILLA)
|
||||||
@ -396,11 +397,14 @@
|
|||||||
#error "BOARD_RURAMPS4D has been renamed BOARD_RURAMPS4D_11. Please update your configuration."
|
#error "BOARD_RURAMPS4D has been renamed BOARD_RURAMPS4D_11. Please update your configuration."
|
||||||
#elif MB(FORMBOT_TREX2)
|
#elif MB(FORMBOT_TREX2)
|
||||||
#error "FORMBOT_TREX2 has been renamed BOARD_FORMBOT_TREX2PLUS. Please update your configuration."
|
#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
|
#endif
|
||||||
#undef BOARD_MKS_13
|
#undef BOARD_MKS_13
|
||||||
#undef BOARD_TRIGORILLA
|
#undef BOARD_TRIGORILLA
|
||||||
#undef BOARD_RURAMPS4D
|
#undef BOARD_RURAMPS4D
|
||||||
#undef BOARD_FORMBOT_TREX2
|
#undef BOARD_FORMBOT_TREX2
|
||||||
|
#undef BOARD_BIQU_SKR_V1_1
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Marlin release, version and default string
|
* Marlin release, version and default string
|
||||||
|
Loading…
Reference in New Issue
Block a user