Remix.run Logo
DrNefario 5 hours ago

CadQuery can export STEP files, and is overall much nicer to use in my opinion.

RobotToaster an hour ago | parent | next [-]

Openscad can export to CSG, which can be imported by free cad or converted to STEP https://github.com/gega/csg2stp

xrd 5 hours ago | parent | prev [-]

I've been using Gemini to generate openscad programs for use with my 3d printer. Is cadquery a better option I wonder?

Why do you say it is better than openscad?

xrd 5 hours ago | parent [-]

After reading some of the docs it does look fun.

Python, so leverage your Python skills and existing libraries.

A nice GUI so you can build, view, tweak, review, iterate.

Will be a nice new toy...