3
1
Back

- thickness*2; left_rib_x = hole_dist_side + thickness; v_margin = hole_dist_top*2 + thickness; working_height = height - v_margin - title_font; left_rib_x = thickness * 1; right_rib_x = width_mm - 10 - center_adjust; // build up seven rows; middle one unused row_2 = row_1 + vertical_space/7; row_4 = working_increment*3 + row_1; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff center_adjust = 5; // Number of faces around the top.

New Pull Request