
Simple ring module
thingiverse
I was searching for the code to create a ring. Came across something useful in the OpenSCAD manual and developed a parametric module out of it. Figured let's share in case anyone is looking for an easy-to-use ring script. If you're just looking for the function, here it is: module ring (outerRadius = 10, ringRadius = 1) { rotate_extrude (convexity = 10) translate ([outerRadius, 0, 0]) circle (r = ringRadius); }
Download Model from thingiverse
With this file you will be able to print Simple ring module with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Simple ring module.