Advertisement
ossipee

wow openscad

Jul 24th, 2014
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. difference()
  2. {
  3. for(i=[0:2])
  4. rotate([0,120*i,0])
  5. cylinder(r=50,h=70);
  6.  
  7. for(i=[0:2])
  8. rotate([0,120*i,0])
  9. translate([0,0,-1])
  10. cylinder(r=40,h=72);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement