a mount to attach a fan in an 90° angle to a surface.
fully parametric, in the scad-file you can define your fan-size, can adjust thickness, width, depth, height, material thickness and add sunks for countersunk screws.
supported fan types so far:
- 40mm,
- 60mm,
- 80mm,
- 92mm
- 120mm
- 135mm,
- 140mm,
if "your" fan size is missing just let me know, measure the outside frame edge and the center-to-center-hole-distance and i'll add it here.
i know, not the best scad-style you might have seen so far, but it works as intended
Instructions
the scad-file contains some variables you should adjust by yourself (all in mm):
- fan_size //self-explaining
- hole_dist //center-to-center-distance of the fans screw-holes
- material_t // thickness of the "walls" of the mount
- f_mnt_holes_dia // fan screw holes are usually 4.5mm in diameter (60mm, 80mm, 120mm, 140mm,...). 40mm fans have 3.5mm holes.
- s_mnt_holes_dia // hole diameter of surface mount holes
- extra_height // extra height above surface
- extra_depth // extra depth of the surface flange
- extra_width // extra width of the mount over the fan; improves stability of the fan mounting holes. set to '0' if needed
- countersunk_surface // set to 1 if you want to use countersunk screws for the surface mount holes. will generate sunks on the screw holes
- countersunk_fan // same as above, only for the fan mount holes
Category: 3D Printer Accessories