Roko said:
A quick Google search shows several ways to control a stepper through an arduino using Python that do not necessarily need a RAMPS board , if all you want to do is move it. I am sure with a little digging you could find a method that works for you.
Congratulations sir, you've won the award for most useless reply I've received since starting to dig into this topic) Believe me I've googled a lot already and came here to find out if there is a way to simply send gcode to repetier firmware board to achieve what I want without actually wasting hours on deep understanding of grbl stuff (like I do from repetier gcode sender).
Now the question is should repetier firmware board react on just sending gcode to it from arduino IDE or Python or I need to send something else...
I'd prefer using gcode motor control because I got used to it already and all my scenarios saved from repetier as gcode files, so it's much easier to deal with gcode then just "spin left, spin right" commands