Defines for electronics boards
Added boards.h which contains defines for all the board numbers, plus some shorthand macros for less typing.
This commit is contained in:
@ -100,7 +100,7 @@
|
||||
// 88 = 5DPrint D8 Driver Board
|
||||
|
||||
#ifndef MOTHERBOARD
|
||||
#define MOTHERBOARD 33
|
||||
#define MOTHERBOARD BOARD_RAMPS_13_EFB
|
||||
#endif
|
||||
|
||||
// Define this to set a custom name for your generic Mendel,
|
||||
|
Reference in New Issue
Block a user