I'm French and I have a small problem. I want controller manually two step-by-step motors (NEMA 17 I think), and I have only one Arduino Mega card and one RAMPS 1.4 shield (with four step-by-step motor controler).
I haven't temperature sensor or endstop.
I only want manually control my step-by-step motors for try my home-made structure, I don't want print any part.
Do you have anything loaded into the Mega already? Since the RAMPS board is intended to be used with a reprap, I'd be inclined to load some of the existing firmware and either hack it or provide it some custom Gcode that moves your motors.
For purposes of testing my reprap, I've used the (now obsolete) Tonokip firmware and just replaced it's loop function with one that calls the step functions directly. You'll just need to ensure that the wiring is set up as the firmware expects, or adjust the pin config until it does .
Thank you for your answers.
I've tried to change firmware Marlin, but I can not turn off the temperature sensors. In addition, I think the fact that I no endstops block engines.
Tomorrow I'll try to find résistances and endstop to test with a complete assembly.
If somebody is able to offer me a firmware for the Arduino Mega, I would be very happy.