mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-24 23:24:02 -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
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue