Adjust fan cut to real fan size

This makes sure that less air leaves the fan duct in the front
This commit is contained in:
Christoph Stahl 2018-06-07 21:13:49 +02:00
parent 8074243948
commit a5817eba40
2 changed files with 960 additions and 1072 deletions

View File

@ -126,8 +126,8 @@ module inner_shape()
} }
// fan cut // fan cut
translate([-10.25,-46,-51]) cube([20.5,10,15.5]); translate([-10,-46,-51]) cube([20,10,15.5]);
translate([10.25,-52,-44]) cube([2,15,3]); translate([10,-52,-44]) cube([1,75,15,3]);
} }

File diff suppressed because it is too large Load Diff