3
1
Back

Two walls in parallel, close together so a PCB can fit between // h = shafthole_height, $fn = top_rounding_faces cylinder(h = stem_height + nothing, = stem_radius, r2 = stem_transition_radius, $fn = top_rounding_faces); // Straight basic stem. Cylinder(h = stem_transition_height, r1 = stem_radius, $fn = sphere_indents_faces); height = cone_indents_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); hole_horiz = (board_width - hole_hdist) / 2; standoff_radius = hole_radius * 2.5; standoff_height = 3; // Rotation offset of all cones. Allows to align the indentations with the object they are being diffed from for ideal.

New Pull Request