GIT.Harvie.CZ
/
mirrors
/
Designs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
shark!
[mirrors/Designs.git]
/
openscad
/
motherboard_io_shield.scad
1
module mobo_shield() {
2
union() {
3
cube([48,162,2]);
4
difference() {
5
translate([2,2,0]) cube([44,158,4]);
6
translate([4,4,1]) cube([40,154,6]);
7
}
8
}
9
}
10
11
module mobo_shield_dxf() {
12
difference() {
13
mobo_shield();
14
translate([46,2,-1]) rotate([0,0,90])
15
linear_extrude(file = "GA-D525TUD.dxf", height = 50);
16
}
17
}
18
19
mobo_shield_dxf();
This page took
0.380118 seconds
and
4
git commands to generate.