zyklon-ht125-outlet.scad 250 B

1234567891011
  1. $fn=120;
  2. use <./ht-rohr.scad>;
  3. difference() {
  4. union() {
  5. cylinder(d=100, h=4);
  6. }
  7. cylinder(d=50, h=20, center=true);
  8. for(r=[0:360/6:359]) rotate([0,0,r]) translate([40,0,0]) cylinder(d=6.5, h=20, center=true);
  9. }
  10. HT_Pipe(DN=50, length=75);