3
1
Back

12.kicad_mod // Width of module (HP) width = 38; // [1:1:84] working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_left = thickness * 2; right_rib_x = width_mm - thickness*2.2; left_rib_x = thickness + 9.5/2 + tolerance*2; // rib + half a jack col_right = width_mm - hole_dist_side, height - v_margin*2 - title_font_size; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff right_rib_thickness = 2; // column from edge.

New Pull Request