3
1
Back

// space between them right_panel_width = 12; // [1:1:84] working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff working_height = height - v_margin; working_increment = working_height / 5; row_2 = row_1 + v_margin + 12; title_font = 10; // [1:1:84] /* [Holes] */ hole_dist_top = 2.5; // margins from edges h_margin = hole_dist_side + thickness; v_margin = hole_dist_top*2 + thickness; h_margin = hole_dist_side + thickness; width_mm = hp_mm(width); // where to put the output.

New Pull Request