-
Notifications
You must be signed in to change notification settings - Fork 711
Conversation
Script update is at pointhi/kicad-footprint-generator#256. Travis shows a red 'x' above but the Details page is all green that I can see. Am I doing something wrong? Maybe the quantity of file changes is too great for Travis to handle and it bails? |
The travis error comes from the library table check. Looks like i missed the problem in the pull request i merged. |
At least JST EH,PH and XH also have 3d models in our lib. Meaning you would need to also update these scripts and the 3d models in our lib. |
@poeschlr Would you be willing to do the 3D models? Or @Shackmeister or @Misca1234 ? |
The table stuff is already fixed in a pull request of mine. |
Thanks, I looked but didn't catch it right away. All is green now with Travis. |
This is for footprint pull request: KiCad/kicad-footprints#1238
Thanks, with the 3d models now ready this can be merged. |
* 'master' of github.com:KiCad/kicad-footprints: (38 commits) Reexport texas qfn footpritns with updated scripts (KiCad#1358) Scripted pwqfn-n24 for BQ25601 (KiCad#1402) Scripted TI S-PWQFN-N16 EP2.1 for motor drivers (KiCad#1401) New scripted version of TI footprints (KiCad#1360) Add QFN-64-1EP_8x8mm_P0.4mm_EP6.5x6.5mm (KiCad#1405) Added footprint for RECOM RPM-series of DC/DC converters (1A, 2A, 3A and 6A). (KiCad#1382) add new vertical fuseholders (KiCad#1326) Add Molex 200528 series (scripted via kicad-footprint-generator) (KiCad#1383) Button_Switch_THT: Add CK OS102011MS2QN1 footprint (KiCad#761) Add SPST relay TE PCN-1xxD3MHZ (KiCad#1357) Added battery holder BatteryHolder_TruPower_BH-331P_3xAA (KiCad#1359) Added SIM28ML footprint (KiCad#1355) add Fischer FK244_13_D2_PAK SMD heatsink (KiCad#1217) Connector: Add B6A-PCB-45 from IHI connectors (KiCad#1085) Correct JST MPNs (KiCad#1238) Rename SIP-3 Packages in Sensor_Current (KiCad#1072) Add D52M (KiCad#1117) Fixed nonsenses in the 7seg footprint Fix Cherry and Matias keyswitch Fab line thickness (KiCad#1376) Add Coilcraft LPS5030 (plus freecad source) (KiCad#1340) ...
Fixes #911
This all started from #1141 and I documented the first couple issues at #911. I've now looked at all JST connector footprints and fixed only the errors in MPN and make other non-breaking updates (fixed keywords, etc.).
General single-row connectors:
ACH (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf):
EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf):
J2100 (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf, page 7):
PH (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf):
SFH (http://www.jst-mfg.com/product/pdf/eng/eSFH.pdf):
XH (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf):
ZE (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf):
The following appear to be OK to be in footprint naming, so just keyword updates: AUH, GH, JWPF, LEA, NV, PH, SHL, SH, SUR, VH, XAG
I used Python 3.7.0.
The number of additions and deletions seems odd to me, but I'm quite sure I was careful with only updating the changed files so I think this is correct.
@poeschlr
Would you be willing to correct the EH and XH 3D models? Those are the only ones at https://github.com/KiCad/kicad-packages3D/tree/master/Connector_JST.3dshapes that are affected and it looks like you submitted the existing files. Since you're not busy with anything else I hope that's OK. :)
Thanks for creating a pull request to contribute to the KiCad libraries! To speed up integration of your PR, please check the following items: