Browse Source

SanityCheck Biqu SKR 1.1 => BigTree SKR 1.1 (#14526)

Ludy 6 years ago
parent
commit
c0497234b9
1 changed files with 8 additions and 4 deletions
  1. 8
    4
      Marlin/src/inc/SanityCheck.h

+ 8
- 4
Marlin/src/inc/SanityCheck.h View File

384
   #error "POWER_SUPPLY is now obsolete. Please remove it from Configuration.h."
384
   #error "POWER_SUPPLY is now obsolete. Please remove it from Configuration.h."
385
 #endif
385
 #endif
386
 
386
 
387
-#define BOARD_MKS_13     -47
388
-#define BOARD_TRIGORILLA -343
389
-#define BOARD_RURAMPS4D  -1550
390
-#define BOARD_FORMBOT_TREX2 -81
387
+#define BOARD_MKS_13        -1109
388
+#define BOARD_TRIGORILLA    -1131
389
+#define BOARD_RURAMPS4D     -3020
390
+#define BOARD_FORMBOT_TREX2 -1125
391
+#define BOARD_BIQU_SKR_V1_1 -2014
391
 #if MB(MKS_13)
392
 #if MB(MKS_13)
392
   #error "BOARD_MKS_13 has been renamed BOARD_MKS_GEN_13. Please update your configuration."
393
   #error "BOARD_MKS_13 has been renamed BOARD_MKS_GEN_13. Please update your configuration."
393
 #elif MB(TRIGORILLA)
394
 #elif MB(TRIGORILLA)
396
   #error "BOARD_RURAMPS4D has been renamed BOARD_RURAMPS4D_11. Please update your configuration."
397
   #error "BOARD_RURAMPS4D has been renamed BOARD_RURAMPS4D_11. Please update your configuration."
397
 #elif MB(FORMBOT_TREX2)
398
 #elif MB(FORMBOT_TREX2)
398
   #error "FORMBOT_TREX2 has been renamed BOARD_FORMBOT_TREX2PLUS. Please update your configuration."
399
   #error "FORMBOT_TREX2 has been renamed BOARD_FORMBOT_TREX2PLUS. Please update your configuration."
400
+#elif MB(BOARD_BIQU_SKR_V1_1)
401
+  #error "BIQU_SKR_V1_1 has been renamed BOARD_BIGTREE_SKR_V1_1. Please update your configuration."
399
 #endif
402
 #endif
400
 #undef BOARD_MKS_13
403
 #undef BOARD_MKS_13
401
 #undef BOARD_TRIGORILLA
404
 #undef BOARD_TRIGORILLA
402
 #undef BOARD_RURAMPS4D
405
 #undef BOARD_RURAMPS4D
403
 #undef BOARD_FORMBOT_TREX2
406
 #undef BOARD_FORMBOT_TREX2
407
+#undef BOARD_BIQU_SKR_V1_1
404
 
408
 
405
 /**
409
 /**
406
  * Marlin release, version and default string
410
  * Marlin release, version and default string

Loading…
Cancel
Save