3
1
Back

Working_increment*8 + out_row_1; out_row_3 = working_increment*2 + row_1; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; working_increment = working_height / 5; out_row_1 = v_margin+12; out_row_2 = working_increment*1 + row_1; // special: the right-hand side tries to squeeze 6 rows into.

New Pull Request