3
1
Back

Row_1; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff working_height = height - v_margin*2 - title_font_size*1.5; working_height = height - v_margin - title_font_size*2; working_width = width_mm - col_right + tolerance*4; // column from edge plus hole.

New Pull Request