Bring Raptor pins in parity with others (#15410)
This commit is contained in:
parent
f28f191ebf
commit
be3c4a7930
@ -31,8 +31,12 @@
|
||||
#error "Formbot supports up to 3 hotends / E-steppers. Comment out this line to continue."
|
||||
#endif
|
||||
|
||||
#define BOARD_INFO_NAME "Formbot Raptor"
|
||||
#define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
|
||||
#ifndef BOARD_INFO_NAME
|
||||
#define BOARD_INFO_NAME "Formbot Raptor"
|
||||
#endif
|
||||
#ifndef DEFAULT_MACHINE_NAME
|
||||
#define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
|
||||
#endif
|
||||
|
||||
//
|
||||
// Servos
|
||||
|
Loading…
Reference in New Issue
Block a user