Motherboard IO shield
[mirrors/Designs.git] / openscad / motherboard_io_shield.scad
diff --git a/openscad/motherboard_io_shield.scad b/openscad/motherboard_io_shield.scad
new file mode 100644 (file)
index 0000000..2930b24
--- /dev/null
@@ -0,0 +1,11 @@
+module mobo_shield() {
+       union() {
+               cube([48,162,2]);
+               difference() {
+                       translate([2,2,0]) cube([44,158,4]);
+                       translate([4,4,1]) cube([40,154,6]);
+               }
+       }
+}
+
+mobo_shield();
This page took 0.093283 seconds and 4 git commands to generate.