Hi all,
First off I’m doing this project so I could learn about arduino/ramps. So I have little working knowledge so bear with me.
I thought I should take it slow so I bought the kit from here. That way all the electronics would be setup for me.
I got everything printed and assembled. I started doing the wiring and was moving the steppers back and forth. At this point I was pretty excited until I crashed the Z assembly. I selected 10 instead of 1. So i though I better put end stops on.
I screwed up while wiring a end stop on the ramps board. I plugged it in to the wrong pins and when I press the switch I started to see smoke from the mega board. I pulled the plug right away but the damage was done.
Well I unplugged everything off the board and when I plugged the power back up all I got was a blue screen. No words.
I brought it back to the computer and plugged in the USB cord and now everything looks normal but when I hook up the power adapter I get nothing (not even a blue screen)
I already bought a mega 2560 so I thought I could put the marlin firmware on it and see if that would work.
I downloaded the marlin firmware made the changes to configuration.h, verified and uploaded but nothing on the screen. No errors.
So I downloaded B16_32_fullG-112515 but when I verify I get errors (see below)
Do you guy know how I can put the correct marlin firmware on? I extracted and doubled clicked on B16_32_fullG-112515 and it brought up Arduino 1.6.7. I made sure that the 2560 is selected for board and processor and press verify. U8glib shows at the bottom of the library.
I don’t know if something burnt out on the arduino and/or ramps board. But I want to at least try to swap out the arduino board since I have one.
Thanks for any help.
Arduino: 1.6.7 (Windows 7), Board: “Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)”
In file included from sketch\ultralcd.cpp:5:0:
sketch\language.h:65:0: warning: “MACHINE_NAME” redefined [enabled by default]
#define MACHINE_NAME CUSTOM_MENDEL_NAME
^
sketch\language.h:61:0: note: this is the location of the previous definition
#define MACHINE_NAME “Mendel”
^
In file included from sketch\dogm_lcd_implementation.h:39:0,
from sketch\ultralcd.cpp:39:
sketch\dogm_font_data_marlin.h:12:25: fatal error: utility/u8g.h: No such file or directory
#include <utility/u8g.h>
^
compilation terminated.
exit status 1
Error compiling.
This report would have more information with
“Show verbose output during compilation”
enabled in File > Preferences.