3
1
Back

Hole_vdist) / 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; hole_vert = (board_height - hole_vdist) / 2; standoff_radius = hole_radius * 2.5; standoff_height = 3; // tweak on this script here. // for cylinder indentations, set quantity, quality, radius, height, and placement cylinder_starting_rotation = -33.3; // these are some setup variables... You probably won't need to research.

New Pull Request