added mounting holes to left base

This commit is contained in:
2022-07-07 18:12:08 +02:00
parent 90b32383c2
commit 91cd5271ec
2 changed files with 7 additions and 1 deletions

View File

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