Browse Source

Bring Raptor pins in parity with others (#15410)

pull/1/head
InsanityAutomation 5 years ago
committed by Scott Lahteine
parent
commit
be3c4a7930
  1. 8
      Marlin/src/pins/ramps/pins_FORMBOT_RAPTOR.h

8
Marlin/src/pins/ramps/pins_FORMBOT_RAPTOR.h

@ -31,8 +31,12 @@
#error "Formbot supports up to 3 hotends / E-steppers. Comment out this line to continue." #error "Formbot supports up to 3 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_INFO_NAME "Formbot Raptor" #ifndef BOARD_INFO_NAME
#define DEFAULT_MACHINE_NAME BOARD_INFO_NAME #define BOARD_INFO_NAME "Formbot Raptor"
#endif
#ifndef DEFAULT_MACHINE_NAME
#define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
#endif
// //
// Servos // Servos

Loading…
Cancel
Save