Dust-Shoe.scad 558 B

1234567891011121314151617181920212223
  1. include <BOSL2/std.scad>;
  2. $fa=1; $fs=0.75;
  3. // Spindel D = 80mm
  4. // Wandstärke Schuh 4mm
  5. // hull() {
  6. // rotate_extrude() translate([35,0]) circle(d=15);
  7. // translate([40,20,0]) sphere(d=15);
  8. // translate([40,-20,0]) sphere(d=15);
  9. // }
  10. // cylinder(d=80, h=30);
  11. // hull() {
  12. // translate([40,20,0]) sphere(d=15);
  13. // translate([40,-20,0]) sphere(d=15);
  14. // translate([60,0,15]) {
  15. // #sphere(d=40);
  16. // //translate([0,0,20]) cube([40,40,40], center=true);
  17. // }
  18. // }
  19. xrot(90) rect_tube(size=[80,18], wall=3, h=10, rounding=9, anchor=BOTTOM);