3
1
Back

= board_width - (side_margin * 2); hole_horiz = (board_width - hole_hdist) / 2; hole_vert = (board_height - hole_vdist) / 2 + hole_diameter + hole_margin*2; cutout_width = board_width - (side_margin * 2); cutout_height = board_height - (top_margin * 2); hole_horiz = (board_width - hole_hdist) / 2 + hole_diameter + hole_margin*2; cutout_width = board_width - (side_margin * 2); hole_horiz = (board_width - hole_hdist) / 2 + 3 + tolerance*8; right_panel_width = width_mm - thickness*2; union() { difference() { union() { difference(){ color([.1,.1,.1]) panel(width); // waves out wall(h=4, w=width_mm-hole_dist_top-4); .

New Pull Request