translate([-pitch*0.4,(i+0.5)*pitch,0]) cylinder(d=d, h=100, center=true);
//Stredy horiz pin
translate([0,(i+0.5)*pitch,-0.5]) rotate([0,90,0]) cylinder(d=d, h=100, center=true);
+ //Demolding compressor port
+ translate([-1.5,(i+0.5)*pitch,1]) cylinder(d1=1/5, d2=7/5, h=80/5, $fn=32);
+ translate([-1.5,(i+0.5)*pitch,1.2]) rotate([90,0,0]) cylinder(d=2/5, h=4, center=true);
//Uspora materialu
translate([ pitch*1.1,(i+0.5)*pitch,0]) cylinder(d=pitch*1.2, h=100, center=true, $fn=8);
translate([-pitch*1.1,(i+0.5)*pitch,0]) cylinder(d=pitch*1.2, h=100, center=true, $fn=8);
}
}
-module mold_final(units=1) {
+module mold_final(units=1, clr=0.05) {
scale(5) {
difference() {
union() {
}
//}
planter2(hollow=0, n=units);
- translate([-3,0,0]) cube([0.05,100,50], center=true); //split mold
+ translate([-3,0,0]) cube([clr,100,50], center=true); //split mold
}
translate([0,0,0.1]) cavity2(n=units, plate=0.35);
}