GIT.Harvie.CZ
/
mirrors
/
Designs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cd2b84
)
Motherboard IO shield
author
Harvie
<tomas@mudrunka.cz>
Sun, 6 May 2012 15:45:01 +0000
(17:45 +0200)
committer
Harvie
<tomas@mudrunka.cz>
Sun, 6 May 2012 15:45:01 +0000
(17:45 +0200)
openscad/motherboard_io_shield.scad
[new file with mode: 0644]
patch
|
blob
diff --git a/openscad/motherboard_io_shield.scad
b/openscad/motherboard_io_shield.scad
new file mode 100644
(file)
index 0000000..
2930b24
--- /dev/null
+++ b/
openscad/motherboard_io_shield.scad
@@ -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.163961 seconds
and
4
git commands to generate.