3
1
Back

Module eurorackMountHolesTopRow(php, hw, holes } module rail(height) { 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); 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 -10.1904 0 vertex -8.65691 5.31736 2.19603 vertex 9.91954 -1.97312 2.58057 facet normal 0.995185 0.0980159 0 facet normal 0.976261 -0.0729941 0.203926.

New Pull Request