ok... well i got the system connected ( LCD, SD, Ramps, Arduino, No Other Stuff) just to see if i could get the electronics working.. so far i have been able to get the LCD and interface working...
i did have to enable LCD, SD, and controls in the sktch... stuff in red i changed to be active:
//LCD and SD support
#define ULTRA_LCD //general lcd support, also 16x2
#define SDSUPPORT // Enable SD Card Support in Hardware Console
//#define ULTIMAKERCONTROLLER //as available from the ultimaker online store.
//#define ULTIPANEL //the ultipanel as on thingiverse
// The RepRapDiscount Smart Controller
// http://reprap.org/wiki/RepRapDiscount_Smart_Controller
#define REPRAP_DISCOUNT_SMART_CONTROLLER
//automatic expansion
#if defined(ULTIMAKERCONTROLLER) || defined(REPRAP_DISCOUNT_SMART_CONTROLLER)
#define ULTIPANEL
#define NEWPANEL
#endif
// Preheat Constants
#define PLA_PREHEAT_HOTEND_TEMP 180
#define PLA_PREHEAT_HPB_TEMP 70
#define PLA_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255
#define ABS_PREHEAT_HOTEND_TEMP 240
#define ABS_PREHEAT_HPB_TEMP 100
#define ABS_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255
#ifdef ULTIPANEL
#define NEWPANEL //enable this if you have a click-encoder panel
#define SDSUPPORT
#define ULTRA_LCD
#define LCD_WIDTH 20
#define LCD_HEIGHT 4
#else //no panel but just lcd
#ifdef ULTRA_LCD
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif
#endif
i think that was it... that was in the configuration.h file...
and the software looks to be working on the PC... and i can load from the SD card from the controller ( no pc) but don't know how to print it from the controller just yet...
[attachment=3080]
so that's cool!!!
now while i was trying to save the sketch file i got an error and i love fun programmers!!! stuff like this just make me smile
:) [attachment=3081]
hahaha love it
ok so now what... i feel i'm almost there...
i'm going to work on the bed. it will be floating with stop switches... so if the head dose crash... it will stop.
( can some one tell me, if any of the end stop switches are hit... dose the entire printer stop and shut down know mater what end stop is hit????)
ok, i decided to leave the back support brace alone for now. i will just need to make sure that i don't print anything in the far corner or it will hit the brace...
after the heat bed i will need to make the supports for all the electronics under the base... then wire it all up mount the plastic spool and extruder and i'm almost ready to rock... ( end stops too)
feeling good.
:) lets hope it all works... lol
~Russ