matthewlai / JLCKicadTools

Tool for using JLCPCB assembly service with KiCad
GNU General Public License v3.0
346 stars 62 forks source link

Update BOM Header and WS2812B Rotation #93

Closed bieber closed 1 year ago

bieber commented 1 year ago

When preparing a PCB order tonight, I needed two changes to the existing script. First, the header for the LCSC Part # field is now expected to be "LCSC Part Number" per the instructions page[0]. Second, I've found that removing the rotation modifier yields the correct orientation for the WS2812B LEDs that JLCPCB currently stocks so I removed it from the database.

[0] - https://support.jlcpcb.com/article/84-how-to-generate-the-bom-and-centroid-file-from-kicad

matthewlai commented 1 year ago

Thanks!