3
1
Back

Vertical_space = height - v_margin; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; col_right = 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 = bottom_row + v_margin + 12; row_2.

New Pull Request