3
1
Back

5.0; // the larger board underneath the smaller board. // margins from edges h_margin = hole_dist_side + thickness; v_margin = hole_dist_top*2 + thickness; v_margin = hole_dist_top*2 + thickness; right_rib_x = width_mm - right_rib_thickness; // projection: make a hole with radius: ", hole_r , " at ", width_mm - h_margin; working_height = height / 2 + hole_diameter + hole_margin*2; cutout_width = board_width - (side_margin * 2); cutout_height = board_height - (top_margin * 2); cutout_height = board_height - (top_margin * 2); hole_horiz = (board_width - hole_hdist) / 2; hole_vert = (board_height - hole_vdist) / 2.

New Pull Request