{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreihdhwkdnxs5hqbnuavkcn4jrrakyoirzbexdpd4fqxy7jkrjjrxqu",
    "uri": "at://did:plc:xujdr3kkymg5kkm7hdlmdszy/app.bsky.feed.post/3mn525yvusws2"
  },
  "coverImage": {
    "$type": "blob",
    "ref": {
      "$link": "bafkreic3qwoyckdswaqs6wsvcw2mcqoeuiqf5thwpldu57eepduqngx52q"
    },
    "mimeType": "image/png",
    "size": 230826
  },
  "path": "/en/3d-model/tool/antena-yagui",
  "publishedAt": "2026-05-31T06:43:34.000Z",
  "site": "https://cults3d.com",
  "tags": [
    "tool"
  ],
  "textContent": "modifica este archivo con openscad para cambiar orificios \n$fn = 80;\n\ndifference() {\n\n    // =========================\n    // BLOQUE BASE REDONDEADO 2mm\n    // =========================\n    minkowski() {\n        cube([27,46,21], center=false);\n        sphere(r=2);\n    }\n\n    // =========================\n    // CARA XY (31x50)\n    // Agujero Ø15 PASANTE\n    // =========================\n    translate([11, 25, 12.5])\n        cylinder(h=30, d=15, center=true);\n\n    translate([31, 7, 15])\n        cylinder(h=12.5, d=5);\n\n    translate([31, 41, 15])\n        cylinder(h=12.5, d=5);\n\n    // =========================\n    // CARA YZ (50x25)\n    // Agujero Ø4\n    // =========================\n    translate([15.5, 25, 5])\n        rotate([0,90,0])\n            cylinder(h=36, d=4, center=true);\n\n    // =========================\n    // Dos agujeros Ø3\n    // =========================\n    translate([15.5, 7, 12])\n        rotate([0,90,0])\n            cylinder(h=36, d=3, center=true);\n\n    translate([15.5, 41, 12])\n        rotate([0,90,0])\n            cylinder(h=36, d=3, center=true);\n\n    // =========================\n    // Dos agujeros Ø6\n    // =========================\n    translate([25, 7, 12])\n        rotate([0,90,0])\n            cylinder(h=33, d=6);\n\n    translate([25, 41, 12])\n        rotate([0,90,0])\n            cylinder(h=33, d=6);\n\n    // =========================\n    // CARA XZ\n    // Agujero Ø6 PASANTE\n    // =========================\n    translate([23, 25, 12.5])\n        rotate([90,0,0])\n            cylinder(h=60, d=6, center=true);\n}",
  "title": "antena yagui"
}