You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
417B

  1. $fn=64;
  2. difference() {
  3. hull() {
  4. translate([ 0, 3, 0]) cylinder(d=1, h=1.2);
  5. translate([ 0, -3, 0]) cylinder(d=1, h=1.2);
  6. translate([ 20, 3, 0]) cylinder(d=1, h=1.2);
  7. translate([ 20, -3, 0]) cylinder(d=1, h=1.2);
  8. translate([ 50, 0, 0]) cylinder(d=0.1, h=1.2);
  9. }
  10. translate([ 5, 0, 0]) cylinder(d=2.5, h=2);
  11. translate([20, 0, 0]) cylinder(d=2.5, h=2);
  12. }