3
1
Back

Jacks working_height = height - v_margin*2 - title_font_size; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; bottom_row = v_margin + 12; row_1 = vertical_space/7; row_2 = working_increment*1 + row_1; //special-case the top (mm) hole_dist_top = 2.5; rail_clearance = 8; // mm from very top/bottom edge and where it is machine-specific data.

New Pull Request