Browse Source

Bring Raptor pins in parity with others (#15410)

InsanityAutomation 4 years ago
parent
commit
be3c4a7930
1 changed files with 6 additions and 2 deletions
  1. 6
    2
      Marlin/src/pins/ramps/pins_FORMBOT_RAPTOR.h

+ 6
- 2
Marlin/src/pins/ramps/pins_FORMBOT_RAPTOR.h View File

@@ -31,8 +31,12 @@
31 31
   #error "Formbot supports up to 3 hotends / E-steppers. Comment out this line to continue."
32 32
 #endif
33 33
 
34
-#define BOARD_INFO_NAME      "Formbot Raptor"
35
-#define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
34
+#ifndef BOARD_INFO_NAME
35
+  #define BOARD_INFO_NAME      "Formbot Raptor"
36
+#endif
37
+#ifndef DEFAULT_MACHINE_NAME
38
+  #define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
39
+#endif
36 40
 
37 41
 //
38 42
 // Servos

Loading…
Cancel
Save