3
1
Back

= working_height / 5; row_1 = vertical_space/7; row_2 = row_1 + v_margin + 12; row_1 = vertical_space/7; row_2 = row_1 + v_margin + 12; top_row = height - v_margin - title_font_size*1.5; top_row = 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 - thickness*2; // How much horizontal space needed for left-hand and right-hand.

New Pull Request