
Extra Large Full Graphics Smart Controller - 12864 LCD for RAMPS 1.4
RAMPS 1.4 Smart 12864 LCD Controller w/ SD Reader from MakerGeeks.com (info from RepRap.org Wiki) This Smart Controller contains a SD-Card reader, an rotary encoder and a 20 Character x 4 Line LCD display. You can easy connect it to your Ramps board using the "smart adapter" included. After connecting this panel to your Ramps you don't need your pc any more, the Smart Controller supplies power for your SD card. Further more all actions like calibration, axes movements can be done by just using the rotary encoder on the Smart Controller. Print your 3D designs without PC, just with a g-code design stored on the SD card. Here is what you'll need to change in your config files to get your RAMPS 1.4 / Arduino to read from the MakerGeeks.com Smart Controller: Marlin V1 (new) In "Configuration.h" Change line 46 to —#define MOTHERBOARD 33" Change line 306 to —#define REPRAP_DISCOUNT_SMART_CONTROLLER" (just remove the // at the beginning) Change line 326 to —#define NEWPANE