Robust Junction Box - Parametric, fully configurable
Description
I needed a robust electrical junction box. NOTE: !! This will probably not meet any electrical safety codes !! This is fully customizable. The height, width, depth, how round the corners are, how thick the walls are, etc. //Dimensions width_x=150; depth_y=85; height_z=45; corner_outer_radius=10; wall_thickness=3.75; lid_clearance=0.5; //so the lid fits into the box cap_hole_r=4/2; //clear screw shaft base_hole_r=3/2; //thread self tapper //mounting_flange mounting_flange_hole_r=5/2; z_mounting_flange_thick=6; mounting_flange_edge_r=z_mounting_flange_thick*0.75; mounting_flange_corner_r=12; x_mounting_flange_widths=mounting_flange_corner_r*2-mounting_flange_edge_r; y_mounting_flange_depths=mounting_flange_edge_r; //Holes for cable clamps left_conduit_r=25.4/2; left_conduit_shoulder=8; right_conduit_r=25.4/2; right_conduit_shoulder=8; You will need to open it up in OpenSCAD and mess with those parameters to bend it to your particular needs. Enjoy.
Statistics
Likes
0
Downloads
0