There's no Baud Rate into the IDE. Sadly, my Arduino is far from my computer, so I can't show you EXACTLY, but I'll try to help you the most I can.
If you open the Marlin.ino for the Arduino, look at the COM port that allow you to flash the firmware sucessfully
(Board shoud also be set to Mega 2560)
Then, open the tab "configuration.h" and make sure "Serial" is "0" and then look into the BAUD RATE
You'll have to use the same COM and Baud Rate into the hose (Repetier into this picture)
When it's done, "connect" to the printer and go into the terminal and send a M119 command to get the endstop status (you should only see four of them (x max, y max, z max, z min), if you see more of them, you need to disable them into the configuration.h). Then press each endstop one by one to make sure they work. They should be "TRIGGERED" only when you engage them. If they are TRIGGERED and go "OPEN" when you touch them, you'll have to reverse them into the "configuration.h" (search for #define ENDSTOPPULLUPS).
Then, send a G28. If the printer make noise but dosent move, you'll have to ajust the pot on the motor driver.
If you open the Marlin.ino for the Arduino, look at the COM port that allow you to flash the firmware sucessfully
(Board shoud also be set to Mega 2560)
Then, open the tab "configuration.h" and make sure "Serial" is "0" and then look into the BAUD RATE
You'll have to use the same COM and Baud Rate into the hose (Repetier into this picture)
When it's done, "connect" to the printer and go into the terminal and send a M119 command to get the endstop status (you should only see four of them (x max, y max, z max, z min), if you see more of them, you need to disable them into the configuration.h). Then press each endstop one by one to make sure they work. They should be "TRIGGERED" only when you engage them. If they are TRIGGERED and go "OPEN" when you touch them, you'll have to reverse them into the "configuration.h" (search for #define ENDSTOPPULLUPS).
Then, send a G28. If the printer make noise but dosent move, you'll have to ajust the pot on the motor driver.