Labels Milestones
BackOf 5 out_working_increment = working_increment * 4 / 5; row_1 = bottom_row + v_margin + 12; top_row = height - v_margin; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; working_height = height - rail_clearance - thickness*2 - 16.5/2; // 16.5.
New Pull Request