added mounting holes to left base
This commit is contained in:
parent
90b32383c2
commit
91cd5271ec
@ -45,6 +45,12 @@ difference(){
|
|||||||
translate([x,h-y,0])m3();
|
translate([x,h-y,0])m3();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
//cooling fan mount
|
||||||
|
for(x=[24]){
|
||||||
|
for(y=[33.7,11.7]){
|
||||||
|
translate([x,h-y,0])m3();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
BIN
stl/BaseLeft.stl
BIN
stl/BaseLeft.stl
Binary file not shown.
Loading…
Reference in New Issue
Block a user