3
1
Back

2.5; // margins from edges h_margin = thickness*2; v_margin = hole_dist_top*2; output_column = width_mm - 10 - center_adjust; // build up seven rows; middle one unused row_7 = row_6 + vertical_space/7; row_4 = row_3 + vertical_space/7; row_6 = row_5 + vertical_space/7; row_3 = working_increment*2 + row_1; row_3 = row_2 + vertical_space/7; row_6 = row_5 + vertical_space/7; row_5 = row_4 + vertical_space/7; row_4 = working_increment*3 + out_row_1; out_row_5 = working_increment*4 + row_1; row_5 = row_4 + vertical_space/7; row_4 = working_increment*3 + row_1; row_3 = working_increment*2 + out_row_1; out_row_7 = working_increment*6 + out_row_1; From 71d5da41172a5a79b9079ba234cbd61b0c31a525 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Footprint selection, some PCB layout choices From c6741b48f0ef8a6e69ecbca1a47bc4f4b481e2a3 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Update current state of project. Could make the hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827868 8A 160V Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/9-G-7,62; number of pins: 07; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1829235 12A 630V Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.81; number of pins: 03; pin pitch: 5.00mm; Vertical || order number: 1755626 12A Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-5.08; number of pins: 11; pin pitch: 7.62mm; Vertical || order number: 1806326 12A 630V Generic Phoenix Contact connector footprint for: MSTBVA_2,5/5-G-5,08; number of pins: 06; pin pitch: 5.08mm.

New Pull Request