Support Biqu SE BX board V3.0 (#774)

MarlinFirmware/Marlin#24449
This commit is contained in:
Keith Bennett 2022-07-03 22:04:23 -07:00 committed by GitHub
parent 0844d40e74
commit aacba43cce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -23,6 +23,11 @@
#error "Don't build with import-2.1.x configurations!" #error "Don't build with import-2.1.x configurations!"
#error "Use the 'bugfix...' or 'release...' configurations matching your Marlin version." #error "Use the 'bugfix...' or 'release...' configurations matching your Marlin version."
/**
* Uncomment for the V3.0 board, otherwise V2.0 is assumed
*/
//#define MOTHERBOARD BOARD_BTT_SKR_SE_BX_V3
/** /**
* Configuration.h * Configuration.h
* *
@ -98,7 +103,7 @@
// Choose the name from boards.h that matches your setup // Choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_BTT_SKR_SE_BX #define MOTHERBOARD BOARD_BTT_SKR_SE_BX_V2
#endif #endif
/** /**

View file

@ -0,0 +1,3 @@
# Biqu BX Configuration
Uncomment `#define BIQU_BX_HAS_V3_MOTHERBOARD` to enable BTT SKR SE BX V3.0 motherboard.