nastrel formy na kvetinac
[mirrors/Designs.git] / openscad / motherboard_io_shield.scad
index 2930b24c675a5a29a55abb28554cc6228ddb3c5c..29f7db8e89e124c692c6faed29302832e60628b6 100644 (file)
@@ -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();
This page took 0.13146 seconds and 4 git commands to generate.