3
1
Back

The smaller board. // margins from edges h_margin = thickness*2; v_margin = hole_dist_top*2 + thickness; Experimenting with more panel layout ideas out_row_1 = v_margin+12; row_2 = working_increment*1 + row_1; row_4 = working_increment*3 + row_1; row_3 = working_increment*2 + row_1; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_left = thickness + 9.5/2 .

New Pull Request