Smoothieboard V1.0/1.1 and A5984 support
This commit is contained in:
committed by
Scott Lahteine
parent
b7e15a65e3
commit
a1a5367380
@ -298,6 +298,8 @@
|
||||
#include "pins_COHESION3D_REMIX.h" // LPC176x env:LPC1768 env:LPC1768_debug_and_upload
|
||||
#elif MB(COHESION3D_MINI)
|
||||
#include "pins_COHESION3D_MINI.h" // LPC176x env:LPC1768 env:LPC1768_debug_and_upload
|
||||
#elif MB(SMOOTHIEBOARD)
|
||||
#include "pins_SMOOTHIEBOARD.h" // LPC176x env:LPC1768 env:LPC1768_debug_and_upload
|
||||
|
||||
//
|
||||
// Other 32-bit Boards
|
||||
|
Reference in New Issue
Block a user