spiral in cylinder - not printing January 02, 2012 12:47PM |
Registered: 11 years ago Posts: 24 |
Re: spiral in cylinder - not printing January 02, 2012 03:00PM |
Registered: 13 years ago Posts: 689 |
scale(4){ linear_extrude(height = 10, center = true, twist = 360,slices=20) translate([1,-0.5,0]) square([2.6,1]); cylinder(r=1.5,h=10,center=true,$fn=20); difference(){ cube([8,8,10],center=true); translate([0,0,-1]) cylinder(r=3.5,h=13,center=true,$fn=20); } }
Re: spiral in cylinder - not printing January 02, 2012 06:56PM |
Registered: 11 years ago Posts: 24 |
Re: spiral in cylinder - not printing January 23, 2012 11:19AM |
Registered: 11 years ago Posts: 24 |
Re: spiral in cylinder - not printing January 23, 2012 01:19PM |
Registered: 13 years ago Posts: 689 |