3
1
Back

Right sub-panel top_row = height - v_margin; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff right_rib_thickness = 2; hole_radius = hole_diameter / 2; hole_margin = 1; // [0:No, 1:Yes] // Would you like a divot on the left sub-panel top_row = height - v_margin*2 - title_font_size*1.5; working_height = height - v_margin - title_font_size*1.5; top_row = height - v_margin; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_left.

New Pull Request