3
1
Back

Vertical_space = height / 2 + hole_diameter + hole_margin*2; side_margin = (board_width - hole_hdist) / 2 + 3 + tolerance*8; right_panel_width = width_mm - hole_dist_side, height - 25; // build up seven rows; middle one unused row_2 = row_1 + vertical_space/7; row_4 = working_increment*3 + row_1; row_4 = working_increment*3 + row_1; row_4 = row_3 + vertical_space/7; row_3 = row_2 + vertical_space/7; row_5 = row_4 + vertical_space/7; row_6 = row_5 .

New Pull Request