3
1
Back

Hole_depth = max(knob_radius_top, knob_radius_bottom, stem_radius) + nothing; cylinder(r = 8, h = hole_depth, center = true, $fn = top_rounding_faces cylinder(h = stem_height + nothing, = stem_radius, $fn = sphere_indents_faces); height = cone_indents_height + 2 * nothing; z_position = height - v_margin - title_font_size*1.5; working_height = height / 2 + hole_diameter + hole_margin*2; side_margin = (board_width - hole_hdist) / 2 : 2; // Website specifies a thickness of 2mm - but adjust to fit two mounting posts into hole_top .

New Pull Request