mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-15 02:37:53 -06:00
parent
0844d40e74
commit
aacba43cce
2 changed files with 9 additions and 1 deletions
|
@ -23,6 +23,11 @@
|
|||
#error "Don't build with import-2.1.x configurations!"
|
||||
#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
|
||||
*
|
||||
|
@ -98,7 +103,7 @@
|
|||
|
||||
// Choose the name from boards.h that matches your setup
|
||||
#ifndef MOTHERBOARD
|
||||
#define MOTHERBOARD BOARD_BTT_SKR_SE_BX
|
||||
#define MOTHERBOARD BOARD_BTT_SKR_SE_BX_V2
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
3
config/examples/BIQU/BX/README.md
Normal file
3
config/examples/BIQU/BX/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Biqu BX Configuration
|
||||
|
||||
Uncomment `#define BIQU_BX_HAS_V3_MOTHERBOARD` to enable BTT SKR SE BX V3.0 motherboard.
|
Loading…
Add table
Add a link
Reference in a new issue