3
1
Back

// margins from edges h_margin = hole_dist_side + thickness; working_height = height - v_margin - title_font_size*2; working_width = width_mm - hole_dist_side, height - v_margin; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_left = thickness * 1; right_rib_x = width_mm - thickness*2.2; left_rib_x = hole_dist_side + thickness; working_height .

New Pull Request