Sponsored
Sponsored
OpenSCAD - Python Edition thingiverse

OpenSCAD - Python Edition

thingiverse gigl 5658126 Free

OpenSCAD is very powerful, but its also very limited, because variables can only be assigned once and trick workarounds are required to overcome this shortness. Why dont use another interpreter - like Python ?
Python has all the options you like and you can do clever things before rendering your 3D shapes( e.g. calculate the bits of an QR code)

This Variant is still under heavy development, but it already available for testing. Following commands are already available. My plan is to implement all of them and even more

These are the commands which are already available:

cube cylinder sphere
translate rotate
union intersection difference
square circle
linear_extrude rotate_extrude
A possible working program looks like

def foot(x,y):
c=cube([1,1,10])
return translate(c,[x,y,0])

def plate():
return cube([11,11,1])

parts=[]
parts.append(translate(plate(),[0,0,10]))

for y in [0,10]:
for x om [0,10]:
parts.append(foot(x,y]))

output(union(parts))

Have a look at its web page. it is at
http://www.guenther-sohler.net/openscad

View on thingiverse

Direct link to the original creator's page

Platform thingiverse
Creator gigl
Price Free
Format STL / 3D Printable
License See original page
Also on cults3d
Sponsored
Sponsored
How do I download OpenSCAD - Python Edition?

Click the "View on thingiverse" button above to visit the original model page on thingiverse. You can download the STL file directly from the creator's page for free.

What 3D printer can I use for this model?

This STL file is compatible with most FDM 3D printers (Creality Ender 3, Prusa MK3S+, Bambu Lab, etc.) and resin printers (Elegoo, Anycubic). Check the original page for recommended print settings and materials.

Is this 3D model free to download?

Yes, this model is available as a free download on thingiverse. Some creators accept tips or donations.

Can I modify this STL file?

Most STL files can be modified using free software like Blender, TinkerCAD, or Meshmixer. Check the license on the original thingiverse page to see if modifications are permitted by the creator.