3
1
Back

- hole_vdist) / 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; hole_margin = 1; //non-printing, barely-visible outline of component footprints printer_z_fix = 0.25; // this is weird and easy to actuate, plus space for everything, lining things up more.

New Pull Request