Captive sphere OpenSCAD tutorial

Captive sphere OpenSCAD tutorial

thingiverse

You'll have seen a few of these captive sphere models here on Thingiverse, so there's nothing especially new about this one. Except that it's the result of a tutorial explaining how to get started with OpenSCAD, as published on my blog 3D Genius: http://www.3dgeni.us/getting-started-with-openscad/ The tutorial starts from scratch and explains the basics of working with this most useful of design programs. The whole thing is described in just 10 lines of code, so if you ever wondered what OpenSCAD was all about, now's your chance to find out. Instructions Here's the OpenSCAD code in full: $fn=50; difference() { cube(30, center=true); sphere(19); } difference() { sphere(16); translate ([0,0,-30]) cube([12,12,30], center=true); } If you want to know what it all means, check out the tutorial!

Download Model from thingiverse

With this file you will be able to print Captive sphere OpenSCAD tutorial 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 Captive sphere OpenSCAD tutorial.