Hi all!
I'm planing to build a drawing bot to make line drawings on paper using a pen. And I need some feedback.
The rig would be a X Y system driven by a stepper motor each. The pen can be lifted from the paper with a servo (or another motor?).
I am hoping to use ladyada.net motor shield which seems nice and easy. So far everything seems quite ok. The difficult part is the software part.
The best would be to have the motors run from g-code ( G-code - Wikipedia ). This I think would be best since g-code is easy to generate with several open source programs and seems to be somewhat of a standard.
Now how to get from the g-code to the movement of the motors and servo? The people over at the reprap.org project have made a arduino firmware that can read g-code and execute it on the reprap hardware. This seems wherry promising to me. But I'm wondering...
Would it be difficult to recode the reprap code to use the ladyada motor shield? Or should I use the reprap hardware? Would not that be a bit overkill for my relatively simple drawing bot?
Any thoughts or suggestions are welcome!