Motherboard IO shield
authorHarvie <tomas@mudrunka.cz>
Sun, 6 May 2012 15:45:01 +0000 (17:45 +0200)
committerHarvie <tomas@mudrunka.cz>
Sun, 6 May 2012 15:45:01 +0000 (17:45 +0200)
openscad/motherboard_io_shield.scad [new file with mode: 0644]

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.185718 seconds and 4 git commands to generate.