From 2fae32f35f468bd20a7b48e057f39f3dfdb6c31a Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 25 Aug 2016 15:05:29 -0400 Subject: [PATCH] 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; --- Marlin/pins_RAMBO.h | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) mode change 100644 => 100755 Marlin/pins_RAMBO.h diff --git a/Marlin/pins_RAMBO.h b/Marlin/pins_RAMBO.h old mode 100644 new mode 100755 index 278774caf..c94078ee7 --- a/Marlin/pins_RAMBO.h +++ b/Marlin/pins_RAMBO.h @@ -20,6 +20,22 @@ * */ +/** + * IMPORTANT NOTE: + * Rambo users should be sure to compile Marlin using either the RAMBo + * board type if using the Arduino IDE - available via the link below - or + * the 'rambo' environment if using platformio, by specifying '-e rambo' on + * the command line or by changing the value of the 'env_default' variable to + * 'rambo' in the supplied platformio.ini. + * + * If you don't compile using the proper board type, the RAMBo's extended + * pins will likely be unavailable and accessories/addons may not work. + * + * Instructions for installing the Arduino RAMBo board type for the + * Arduino IDE are available at: + * http://reprap.org/wiki/Rambo_firmware + */ + /** * Rambo pin assignments */ @@ -127,6 +143,9 @@ #if ENABLED(VIKI2) || ENABLED(miniVIKI) #define BEEPER_PIN 44 + //NB: Panucatt's Viki 2.0 wiring diagram (v1.2) indicates that the + // beeper/buzzer is connected to pin 33; however, the pin used in the + // diagram is actually pin 44, so this is correct. #define DOGLCD_A0 70 #define DOGLCD_CS 71 @@ -178,4 +197,3 @@ #endif // !NEWPANEL #endif // ULTRA_LCD -