Labels Milestones
Back(side_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; // Number of indenting spheres. Sphere_indents_count = 7; // generally-useful spacing amount for vertical columns of stuff working_increment = working_height / 7; // rows up from bottom; these are some setup variables...
New Pull Request