Labels Milestones
Back!= B.Net" (condition "A.Pad_Type == 'NPTH, mechanical' && B.Type == 'graphic')" # This would override board outline and milled areas # (condition "A.Type == 'track' && B.Type == A.Type" (condition "A.Type == 'track' && B.Type == A.Type && A.Net != B.Net" condition "A.Type == 'track'" condition "A.Type == 'track'")) # This would override board outline and milled areas # (condition "A.Type == 'via' && B.Type == A.Type && A.Net != B.Net" condition "A.Pad_Type == 'NPTH, mechanical' && B.Type == A.Type && A.Net != B.Net" (condition "A.Type == 'pad' && !A.isPlated()" (condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == 'track'" (condition "A.isPlated() && B.Type == 'graphic')" # This would override board outline and milled areas # (condition "A.Type == 'pad' && !A.isPlated()" condition "A.isPlated() && B.Type == 'track'" From f12031bb4117bdc0bfa93734f5e1f978a14297b0 Mon Sep 17 00:00:00 2001 Subject: [PATCH] adds ideas for a single 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block RND 205-00236 pitch 5.08mm size 20.3x8mm^2 drill 1.3mm pad 2.6mm Terminal Block Phoenix PTSM-0,5-4-2.5-V-THR vertical pitch 3.5mm size 8x8.3mm^2 drill 1.3mm pad 2.6mm Terminal Block Phoenix PT-1,5-3-5.0-H pitch 5mm size 26.5x15mm^2 drill 1.2mm pad 3mm Terminal Block Phoenix MKDS-3-8-5.08, 8 pins, pitch 5mm, size 20x7.6mm^2, drill diamater 1.2mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block WAGO 236-612, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 62.3x14mm^2, drill diamater 1.2mm, pad diameter 3.2mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 133, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00010, 11 pins, pitch 5.08mm, size 40.6x8.45mm^2, drill diamater 1.2mm, pad diameter 2.1mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated.
New Pull Request