3
1
Back

The larger board underneath the smaller board. // margins from edges h_margin = hole_dist_side*4; v_margin = hole_dist_top*2; v_margin = hole_dist_top*2; left_rib_x = thickness + 9.5/2 + tolerance*2; // rib + half a jack col_right = width_mm - thickness*2; // draw panel, subtract holes union() { cube([board_width, board_height, thickness]); cylinder(thickness+standoff_height, r=standoff_radius, $fn=360); cylinder(h=thickness+standoff_height, r=standoff_radius, $fn=360); cylinder(h=thickness+standoff_height, r=standoff_radius, $fn=360); cube([cutout_width, cutout_height, thickness+3]); cylinder(h=thickness+standoff_height+3, r=hole_radius, $fn=360); vertex 0 7.49999 6.0001 vertex -7.35588 1.46317 6.0001 vertex -6.23601 4.16677 6.0001 vertex 6.23601 -4.16678 6.0001 vertex 6.92908 -2.87013 6.0001 vertex -7.35588 1.46317 6.0001 vertex -6.23601 4.16678 6.0001 vertex -6.92908 2.87013 6.0001 vertex 7.49999 0 6.0001 facet normal 0.909897 0.284746 0.301674 facet normal 0.00343464 0.09617 0.995359 facet normal -0.91528 -0.396626 -0.0703594 vertex -3.81128.

New Pull Request