3
1
Back

Board. // margins from edges h_margin = thickness*2; v_margin = hole_dist_top*2 + thickness; working_height = height - 25; // build up seven rows; middle one unused row_2 = row_1 + v_margin + 12; row_2 = row_1 + v_margin + 12; //knob_radius top_row = height - 25; // build up seven rows; middle one unused row_7 = row_6 + vertical_space/7; row_6 = row_5 + vertical_space/7; row_6 = row_5 + vertical_space/7; row_3 = row_2 + vertical_space/7; row_4 = working_increment*3 + row_1; row_4 = row_3 + vertical_space/7.

New Pull Request