Hacker News new | ask | show | jobs
by cluckindan 555 days ago
Very nice project, haven’t seen many xy plotters built like that.

Instead of inventing your own, you could have used Gcode as the protocol language.

2 comments

Thank you! I made it like that purely for fun, this project was not intended to be useful, or have the best mechanical design :P

Using Gcode is a good idea, though it does seem a bit overkill for this simple application

Wouldn't you need the Arduino to do the inverse-kinematic calculations if you want to interpret gcode?
See fluidnc http://wiki.fluidnc.com/en/config/kinematics as an example where you can get kinematics going without too much effort. It also has links to more pen plotter implementations to learn from.