Merge pull request 'sb/fix/shroud' (#7) from sb/fix/shroud into master
Reviewed-on: #7
This commit is contained in:
commit
afc2553ef5
@ -11,9 +11,9 @@ hd = 38;
|
|||||||
lhf = 32;
|
lhf = 32;
|
||||||
rc = 4;
|
rc = 4;
|
||||||
/* heatsink size */
|
/* heatsink size */
|
||||||
lh = 30;
|
lh = 30.2;
|
||||||
wh = 26;
|
wh = 26.2;
|
||||||
th = 16;
|
th = 16.2;
|
||||||
ofsx = 0;
|
ofsx = 0;
|
||||||
ofsy = 0;
|
ofsy = 0;
|
||||||
ofsz = 3.5;
|
ofsz = 3.5;
|
||||||
@ -70,7 +70,7 @@ difference(){
|
|||||||
}
|
}
|
||||||
hull(){
|
hull(){
|
||||||
translate([lf/2,lf/2, wt-0.1])cylinder(h=0.1,d=hd+2*wt);
|
translate([lf/2,lf/2, wt-0.1])cylinder(h=0.1,d=hd+2*wt);
|
||||||
translate([lf/2-wh/2-wt+ofsx,lf/2-lh/2+ofsy,t-th+ofsz])cube([wh+2*wt,lh,0.01]);
|
translate([lf/2-wh/2-wt+ofsx,lf/2-lh/2+ofsy-wt,t-th+ofsz])cube([wh+2*wt,lh+2*wt,0.01]);
|
||||||
}
|
}
|
||||||
translate([lf/2-wh/2-wt+ofsx,lf/2-lh/2+ofsy,t-th+ofsz])cube([wh+2*wt,lh,th]);
|
translate([lf/2-wh/2-wt+ofsx,lf/2-lh/2+ofsy,t-th+ofsz])cube([wh+2*wt,lh,th]);
|
||||||
for(x=[48]){
|
for(x=[48]){
|
||||||
|
BIN
stl/shroud.stl
BIN
stl/shroud.stl
Binary file not shown.
Loading…
Reference in New Issue
Block a user