소스 검색

Add note suggesting RAMBo users use the RAMBo board type or platformio environment;

Add note that Viki 2.0 wiring diagram v1.2 has a mistake in it;
Brian 8 년 전
부모
커밋
2fae32f35f
1개의 변경된 파일19개의 추가작업 그리고 1개의 파일을 삭제
  1. 19
    1
      Marlin/pins_RAMBO.h

+ 19
- 1
Marlin/pins_RAMBO.h 파일 보기

21
  */
21
  */
22
 
22
 
23
 /**
23
 /**
24
+ * IMPORTANT NOTE:
25
+ * Rambo users should be sure to compile Marlin using either the RAMBo
26
+ * board type if using the Arduino IDE - available via the link below - or
27
+ * the 'rambo' environment if using platformio, by specifying '-e rambo' on
28
+ * the command line or by changing the value of the 'env_default' variable to
29
+ * 'rambo' in the supplied platformio.ini.
30
+ *
31
+ * If you don't compile using the proper board type, the RAMBo's extended
32
+ * pins will likely be unavailable and accessories/addons may not work.
33
+ *
34
+ * Instructions for installing the Arduino RAMBo board type for the
35
+ * Arduino IDE are available at:
36
+ * http://reprap.org/wiki/Rambo_firmware
37
+ */
38
+
39
+/**
24
  * Rambo pin assignments
40
  * Rambo pin assignments
25
  */
41
  */
26
 
42
 
127
 
143
 
128
     #if ENABLED(VIKI2) || ENABLED(miniVIKI)
144
     #if ENABLED(VIKI2) || ENABLED(miniVIKI)
129
       #define BEEPER_PIN 44
145
       #define BEEPER_PIN 44
146
+      //NB: Panucatt's Viki 2.0 wiring diagram (v1.2) indicates that the
147
+      //    beeper/buzzer is connected to pin 33; however, the pin used in the
148
+      //    diagram is actually pin 44, so this is correct.
130
 
149
 
131
       #define DOGLCD_A0  70
150
       #define DOGLCD_A0  70
132
       #define DOGLCD_CS  71
151
       #define DOGLCD_CS  71
178
   #endif // !NEWPANEL
197
   #endif // !NEWPANEL
179
 
198
 
180
 #endif // ULTRA_LCD
199
 #endif // ULTRA_LCD
181
-

Loading…
취소
저장