3
1
Back

Function of the rail + a safety margin // margins from edges v_margin = hole_dist_top*2 + thickness; col_left = h_margin; working_height = height - v_margin; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff left_panel_width = 12*3 + tolerance*2; //three knobs plus space between them right_panel_width = width_mm - 9.5/2 - right_rib_thickness - tolerance; // rib + half a jack col_right = width_mm - h_margin; input_column = h_margin; col_right = width_mm - col_right; // column from edge plus hole radius // mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector horizontal https://katalog.we-online.de/pbs/datasheet/7499010001A.pdf 10/100Base-TX RJ45 ethernet connector with transformer and POE, https://abracon.com/Magnetics/lan/ARJP11A.PDF Shielded, LEDs, 4 Ports, https://cdn.amphenol-cs.com/media/wysiwyg/files/drawing/rjhse538x04.pdf RJ45 8p8c ethernet cat5 1 Port RJ45 Magjack Connector Through Hole Mount Test Points Keystone Miniature THM Test Point 5005-5009, http://www.keyelco.com/product-pdf.cfm?p=1314 Keystone Miniature THM Test Point 5005-5009, http://www.keyelco.com/product-pdf.cfm?p=1314 Keystone Miniature THM Test Point 5010-5014, http://www.keyelco.com/product-pdf.cfm?p=1319.

New Pull Request