My children are having fun with Blockly, and I'd like to mill some of their drawings with my Shapeoko (a CNC mill). If I could export the Blockly rendering as SVG, I could then import it into any number of CAD/CAM packages.
But there doesn't seem to be any easy way to do this. The current routes I'm considering are:
- Grabbing a screenshot of the image and converting it from raster image to SVG with Inkscape.
- Converting the Blockly code to use Python's turtle module.
Am I missing anything? There should be a better way.