sb/feature/coolingFanMount #1

Merged
sebastian merged 3 commits from sb/feature/coolingFanMount into master 2022-07-07 18:14:05 +02:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 91cd5271ec - Show all commits

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.