3
1
Back

Out_row_1; out_row_3 = working_increment*2 + row_1; row_3 = working_increment*2 + row_1; row_4 = working_increment*3 + row_1; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff working_increment = (working_height-v_margin+thickness) / (9); // generally-useful.

New Pull Request