added mounting holes to left base

This commit is contained in:
sebastian bruesemeister 2022-07-07 18:12:08 +02:00
parent 90b32383c2
commit 91cd5271ec
Signed by: sebastian
GPG Key ID: FEF8FF6BC3A8CDA8
2 changed files with 7 additions and 1 deletions

View File

@ -44,7 +44,13 @@ difference(){
for(y=[23.4,43.7]){ for(y=[23.4,43.7]){
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();
}
}
} }

Binary file not shown.