Bugfix 2.0.x add motherboard pins define (#12689)
- `pins_BIQU_B300_V1.0.h` defines pins for B300, as found in the BIQU Thunder 3D printer. - `pins_BIQU_SKR_V1.1.h` defines pins for bigtree/BIQU SKR V1.1 motherboard.
This commit is contained in:
@ -320,6 +320,10 @@
|
||||
#include "pins_COHESION3D_MINI.h" // LPC1769 env:LPC1769
|
||||
#elif MB(SMOOTHIEBOARD)
|
||||
#include "pins_SMOOTHIEBOARD.h" // LPC1769 env:LPC1769
|
||||
#elif MB(BIQU_SKR_V1_1)
|
||||
#include "pins_BIQU_SKR_V1.1.h" // LPC1768 env:LPC1768
|
||||
#elif MB(BIQU_B300_V1_0)
|
||||
#include "pins_BIQU_B300_V1.0.h" // LPC1768 env:LPC1768
|
||||
|
||||
//
|
||||
// Other 32-bit Boards
|
||||
|
Reference in New Issue
Block a user