3
1
Back

Arrow top cutout cylinder(r=8, h=10, $fn=3, center=true); for (z = [0 : sphere_indents_count]) { z_position = height / 2 + hole_diameter + hole_margin*2; side_margin = (board_width - hole_hdist) / 2; hole_vert = (board_height - hole_vdist) / 2 + hole_diameter + hole_margin*2; cutout_width = board_width - (side_margin * 2); cutout_height = board_height - (top_margin * 2); cutout_height.

New Pull Request