OpenSCAD and Python looking to finally be resolved

Actually trying to put this to use — we’ve loaded it into OpenSCAD Graph Editor:

and have set up a module:

which generates both a 3D preview in OpenSCAD:

and matching G-code:

and a DXF:

which loads into Carbide Create and can have the same toolpath assigned:

3 Likes

First new command/feature — missed the need to close a polyline:

but the file is now at:

and just needs the square tooling cuts added (and for me to work up a way to write out an SVG instead of a DXF 'cause of reasons).

1 Like

And we now have a joint:

which generates a DXF:

2 Likes