Back
Double Helix with a sphere – 3D printable model from Thingiverse Thingiverse

Double Helix with a sphere

49 Downloads
43 Likes
1 Makes
Download Model
I made this while working on OpenSCAD and testing out the abilities of the Marketbot 2.

Here is the code to make it in OpenSCAD

module bar(){
cube([100,4,1], center=true);
translate([50,0,0])
cylinder(r=3, h=1, center=true);
translate([-50,0,0])
cylinder(r=3, h=1,center=true);
}
;


difference(){
union(){
for (i = [0:360])
{
rotate([0,0,i])
translate([0,0,i])
color([.5,0,0])
bar();


}
for (i = [0:360])
{
rotate
Source
Thingiverse
Comments
0

Comments

No comments yet – be the first!
All Thingiverse Models More by Idaho_Builder

Add to Collection