Guest User

Untitled

a guest
Jun 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1.  
  2. module example001()
  3. difference (){
  4. cube(size=[30,30,30]);
  5. cylinder(h=30, r=10 / cos(180 / 20) / 2 + 0.05, $fn=20);
  6. }
  7.  
  8. example001();
Add Comment
Please, Sign In to add comment