FreePySCAD
FreePySCAD copied to clipboard
Like openscad but in python inside freecad
I would like to be able to output slicer modifiers from my FreePySCAD scripts, this would make writing generators for custom calibration routines really simple. For example, my typical extrusion...
The convex hull operation from OpenSCAD is extremely useful for quickly drawing up simple (and not-so-simple) mounting-plates and whatnot. Examples at https://hackaday.com/2018/02/13/openscad-tieing-it-together-with-hull/.
in https://github.com/supermerill/FreePySCAD/blob/master/freepyscad.py#L1846 you `list+str`.
Kudos on this, amazing what you did in about 2000 lines of code!
can't y, and y=z move(x=10,y=10)(rotate_extrude()(polygon([[0,0],[ray2,0],[ray,2.2],[0,2.2]])))