소스 검색

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,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…
취소
저장