Advertisement
Guest User

Untitled

a guest
Jun 12th, 2022
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. difference() {
  2. linear_extrude( height = 30 ) hull() {
  3. translate([15,0,10]) circle( r = 17.5);
  4. circle( r = 17.5 );
  5. };
  6.  
  7. translate([0,0,-5]) linear_extrude( height = 40 ) hull() {
  8. translate([15,0,10]) circle( r = 10);
  9. circle( r = 10 );
  10. };
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement