3
1
Back

Label_font_size = 5; // Height of the rail + a safety margin // margins from edges h_margin = thickness*2; v_margin = hole_dist_top*2; width_mm = hp_mm(h); difference() { union() { cube([board_width, board_height, thickness]); cylinder(thickness+standoff_height, r=standoff_radius, $fn=360); cylinder(h=thickness+standoff_height, r=standoff_radius, $fn=360); cylinder(h=thickness+standoff_height, r=standoff_radius, $fn=360); cube([cutout_width, cutout_height, thickness+3]); cylinder(h=thickness+standoff_height+3, r=hole_radius, $fn=360); vertex 0 -2.5 6.7 vertex -0.956708 -2.3097 6.5 vertex -0.956708 2.3097 6.7 facet normal 1.300673e-15 -5.088916e-15 1.000000e+00 facet normal -0.0700998 0.0433039 0.9966 vertex 5.19298 -5.19298 6.86102 facet normal -0.111525 -0.258276 0.959612 facet normal.

New Pull Request