For folks who aren't familiar with this, is a tool for directly designing 3D printed things by modeling the movement of the extruder. it started as an Excel spreadsheet, but has since been ported to Python and is usually used in a Jupyter Notebook:
The preview is a wireframe which models the toolpath of a 3D printer which raises the possibility of using OpenPythonSCAD to create a 3D model/preview of the 3D print:
Some folks have been investigating using it for CNC/laser use, and it may be that I will re-write my project to incorporate it for the G-code support.
William