include; module FIO(){ union(){ for(i=[FIO_h2/2,FIO_h2+FIO_h1]){ translate([0,0,i]) cube([FIO_w1,FIO_d1,FIO_h2],true); } translate ([0,FIO_d2/2+FIO_d1/2,FIO_h2/2]) cube([FIO_w2,FIO_d2,FIO_h2],true); for (i=[11.7,-11.7]){ translate([i,0,FIO_h1/2+FIO_h2]) cube([2,FIO_d1,FIO_h1],true); } } } //FIO();