3
1
Back

", width_mm - 9.5/2 - right_rib_thickness - tolerance; // rib + half a jack col_right = width_mm - thickness*2.2; left_rib_x = hole_dist_side + thickness; output_column = width_mm - right_rib_thickness; // projection: make a 2d version v_wall(h=4, l=height-rail_clearance*2, th=right_rib_thickness); // top to bottom of box [right_edge, -extra_depth], // top left [left_edge, 0], // drop to axis [left_edge, -extra_depth], // bottom horizontal rib // h_wall(h=4, l=right_rib_x); // middle-bottom h rib // h_wall(h=4, l=right_rib_x); // one more vertical to mount a circuit board sideways.

New Pull Request