3
1
Back

And output jacks output_column = width_mm - right_rib_thickness; // projection: make a hole with radius: ", hole_r , " at ", width_mm - h_margin; input_column = h_margin; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff right_rib_thickness = 2; hole_radius = hole_diameter / 2; hole_vert = (board_height - hole_vdist) / 2; hole_vert = (board_height - hole_vdist) / 2 + hole_diameter + hole_margin*2; side_margin = (board_width - hole_hdist) / 2; hole_vert = (board_height - hole_vdist) / 2; hole_margin = 1.

New Pull Request