Making the world a better place, one Evil Mad Scientist at a time.
Maintenance notice:
These forum archives are read-only, and will be removed shortly.
Please visit our forums at their new location, https://www.evilmadscientist.com/forums/.
My Axidraw arrives Monday and I plan to work on a LOGO implementation to use it for interactive drawing but before I start I wondered if anyone was already doing something similar ?
We do not presently have a LOGO interpreter. It was a topic under discussion some time ago, but we realized that modern Scratch-like block-based programming languages (which kids are learning today instead of LOGO) are great for making LOGO-like turtle graphics.
Two possible approaches if you would like to try that out:
1. Use BeetleBlocks, and save your output turtle graphics as SVG. Some examples of using that with the WaterColorBot (one of our other pen plotters) can be found here:
2. Use Scratch or (preferably) Snap, and print directly.
AxiDraw can be used with RoboPaint in its "remote print" mode to accept turtle graphics commands through the API. We have examples in Scratch and Snap, available here: https://github.com/evil-mad/WaterColorBlocks
These are typically phrased as "WaterColorBot" examples, but will work perfectly well on the AxiDraw too, so long as you have configured RoboPaint to AxiDraw mode.
Comments
I'll keep you posted