External Publication
Visit Post

antena yagui

did:plc:xujdr3kkymg5kkm7hdlmdszy May 31, 2026
Source
modifica este archivo con openscad para cambiar orificios $fn = 80; difference() { // ========================= // BLOQUE BASE REDONDEADO 2mm // ========================= minkowski() { cube([27,46,21], center=false); sphere(r=2); } // ========================= // CARA XY (31x50) // Agujero Ø15 PASANTE // ========================= translate([11, 25, 12.5]) cylinder(h=30, d=15, center=true); translate([31, 7, 15]) cylinder(h=12.5, d=5); translate([31, 41, 15]) cylinder(h=12.5, d=5); // ========================= // CARA YZ (50x25) // Agujero Ø4 // ========================= translate([15.5, 25, 5]) rotate([0,90,0]) cylinder(h=36, d=4, center=true); // ========================= // Dos agujeros Ø3 // ========================= translate([15.5, 7, 12]) rotate([0,90,0]) cylinder(h=36, d=3, center=true); translate([15.5, 41, 12]) rotate([0,90,0]) cylinder(h=36, d=3, center=true); // ========================= // Dos agujeros Ø6 // ========================= translate([25, 7, 12]) rotate([0,90,0]) cylinder(h=33, d=6); translate([25, 41, 12]) rotate([0,90,0]) cylinder(h=33, d=6); // ========================= // CARA XZ // Agujero Ø6 PASANTE // ========================= translate([23, 25, 12.5]) rotate([90,0,0]) cylinder(h=60, d=6, center=true); }

Discussion in the ATmosphere

Loading comments...