浏览代码

Bring Raptor pins in parity with others (#15410)

InsanityAutomation 5 年前
父节点
当前提交
be3c4a7930
共有 1 个文件被更改,包括 6 次插入2 次删除
  1. 6
    2
      Marlin/src/pins/ramps/pins_FORMBOT_RAPTOR.h

+ 6
- 2
Marlin/src/pins/ramps/pins_FORMBOT_RAPTOR.h 查看文件

31
   #error "Formbot supports up to 3 hotends / E-steppers. Comment out this line to continue."
31
   #error "Formbot supports up to 3 hotends / E-steppers. Comment out this line to continue."
32
 #endif
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
 // Servos
42
 // Servos

正在加载...
取消
保存