Bouni / kicad-jlcpcb-tools

Plugin to generate BOM + CPL files for JLCPCB, assigning LCSC part numbers directly from the plugin, query the JLCPCB parts database, lookup datasheets and much more.
MIT License
1.2k stars 109 forks source link

Use with Git? #554

Open alcohen opened 1 week ago

alcohen commented 1 week ago

Describe the bug When one user adds LCSC Parts to the JLCPCB Tools database then updates the git repo, when a second user pulls from the repo they don't see the database updates.

To Reproduce Steps to reproduce the behavior:

  1. Open JLCPCB Tools
  2. Assign LCSC numbers
  3. Close JLCPCB Tools, save pcb
  4. Do a git commit, then push to main.
  5. Second user does a git pull
  6. Second user opens schematic, opens JLCPCB Tools
  7. Changes made by the first user are not seen

Expected behavior I would like to see the changes reflected, of course

KiCad Version

8.0.4
alcohen commented 1 week ago

Turns out that the problem was on our side. Please close. Sorry for the false alarm!