X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=openscad%2Fmotherboard_io_shield.scad;h=29f7db8e89e124c692c6faed29302832e60628b6;hb=318ed4bf1dc22bcf23e66cc5c7749eb3c193c051;hp=2930b24c675a5a29a55abb28554cc6228ddb3c5c;hpb=425b0a49e0890e1cb9aa549a3b3f6f77fbf081ad;p=mirrors%2FDesigns.git diff --git a/openscad/motherboard_io_shield.scad b/openscad/motherboard_io_shield.scad index 2930b24..29f7db8 100644 --- a/openscad/motherboard_io_shield.scad +++ b/openscad/motherboard_io_shield.scad @@ -8,4 +8,12 @@ module mobo_shield() { } } -mobo_shield(); +module mobo_shield_dxf() { + difference() { + mobo_shield(); + translate([46,2,-1]) rotate([0,0,90]) + linear_extrude(file = "GA-D525TUD.dxf", height = 50); + } +} + +mobo_shield_dxf();