X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=openscad%2Fmotherboard_io_shield.scad;h=29f7db8e89e124c692c6faed29302832e60628b6;hb=120005c3b31b06d0a23b8fe5eb13e009232fb79d;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();