Should be super simple... I've never done it but isn't it basically sending coordinates over serial? I would poke around the source code of printrun/printcore for a starting point.
Google also turned up this:
http://www.shapeoko.com/wiki/index.php/GCtrl
Which is super rudimentary, but again, I believe we are just sending coordinates over serial... so the meaty bit of that code is:
port.write(gcode + '\n');
Where gcode is swappable for any GCode command you're interested in sending.
Recommended Posts
elid 0
Ok maybe a good option would be to go from openframeworks and not processing?
Link to post
Share on other sites