3
1
Back

5.08, must explicitly account for squishing width = 14; // [1:1:84] working_height = height / 2 + hole_diameter + hole_margin*2; side_margin = (board_width - hole_hdist) / 2 + 3 + tolerance*8; right_panel_width = width_mm - right_rib_thickness; // projection: make a 2d version v_wall(h=4, l=height-rail_clearance*2, th=right_rib_thickness); //outline of whole PCB? // cube([137.5, 97, 1], center=true); working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff working_height = height - v_margin - title_font_size*1.5; top_row = height - v_margin*2 - title_font_size; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount.

New Pull Request