Guest User

Untitled

a guest
Nov 24th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. coin_dia=18.75;
  2.  
  3. difference()
  4. {
  5. cylinder(r=40, h=1, $fn=30);
  6. difference()
  7. {
  8. cube(size=[80,80,5], center=true);
  9. cube(size=[40,40,5]);
  10. }
  11.  
  12. translate(v=[3,10,-2]) cube(size=[2,coin_dia,5]);
  13. translate(v=[10,3,-2]) cube(size=[coin_dia,2,5]);
  14. translate(v=[18,18,-2]) cylinder(r=coin_dia/2, h=5, $fn=30);
  15. }
Add Comment
Please, Sign In to add comment