3
1
Back

= 0.2; // Padding to maintain manifold rotate_extrude(convexity = 5, $fn = 3, center = false); z_position = height / 2 + hole_diameter + hole_margin*2; side_margin = (board_width - hole_hdist) / 2 + hole_diameter + hole_margin*2; cutout_width = board_width - (side_margin * 2); cutout_height = board_height - (top_margin * 2); hole_horiz = (board_width - hole_hdist) / 2 : 2; // Website specifies a thickness of 2mm thickness = 2; hole_radius = hole_diameter / 2; hole_vert = (board_height - hole_vdist) / 2 + hole_diameter + hole_margin*2; side_margin.

New Pull Request