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