3
1
Back

PCB cube([137.5, 97, 1], center=true); 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 - h_margin; // special: the right-hand side tries to squeeze 6 rows into the space of 5 out_working_increment = working_increment * 4 / 5; row_1 = v_margin+12; row_2 = row_1 + v_margin + 12; row_1 = bottom_row + v_margin + 12; row_1 = v_margin+12; out_row_2 = working_increment*1 + row_1; row_3 = working_increment*2 + out_row_1; out_row_5 = out_working_increment*4.

New Pull Request