3
1
Back

Law: that is based on the larger board underneath the smaller board. // margins from edges h_margin = hole_dist_side*4; v_margin = hole_dist_top*2 + thickness; v_margin = hole_dist_top*2 + thickness; working_height = height - v_margin*2 - title_font_size*1.5; top_row = height - v_margin*2 - title_font_size; working_increment = working_height / (8+tolerance/5); // generally-useful spacing amount for vertical columns of stuff // How much horizontal space needed for left-hand and right-hand sub-panels left_panel_width = 12*3 + tolerance*2; // rib + half a jack.

New Pull Request