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.17k stars 106 forks source link

Some JLC part numbers missing in the #501

Open FrightRisk opened 3 months ago

FrightRisk commented 3 months ago

Describe the bug Some parts seem to be missing in the list when I open the tool. I can't see a pattern

To Reproduce Steps to reproduce the behavior:

  1. Open the JLC Tool
  2. Scroll through the list
  3. Some parts are listed, but the part numbers are missing. The parts DO wind up in the BOM and POS files

Expected behavior Expect to see all parts have a number where they are entered in KiCad in a "JLC Part #" field

KiCad Version

Application: KiCad PCB Editor x64 on x64

Version: 8.0.2, release build

Libraries:
    wxWidgets 3.2.4
    FreeType 2.12.1
    HarfBuzz 8.3.0
    FontConfig 2.14.2
    libcurl/8.5.0-DEV Schannel zlib/1.3

Platform: Windows 11 (build 22631), 64-bit edition, 64 bit, Little endian, wxMSW

Build Info:
    Date: Apr 27 2024 23:05:17
    wxWidgets: 3.2.4 (wchar_t,wx containers)
    Boost: 1.83.0
    OCC: 7.7.1
    Curl: 8.5.0-DEV
    ngspice: 42
    Compiler: Visual C++ 1936 without C++ ABI

Build settings:

C201,202, and 202 do not show the LCSC Part number of C2972719 yet they show in the BOM the tool creates

image

Bouni commented 3 months ago

Thats strange, I can't reproduce this issue here:

grafik

How did you set the LCSC value? In the schematic or via the plugin?

FrightRisk commented 3 months ago

In the schematic. Puzzles me too. The text appears in both the schematic and PCB editor:

image

gyohng commented 3 months ago

@FrightRisk Could you attach a minimal project where this can be reproduced? Also, can you quickly check if my fork behaves differently, or if it has the same problem? https://github.com/gyohng/kicad-jlcpcb-tools

MichaelRColton commented 3 days ago

I commented on #543 that I've been having an issue that sounds similar to this one (not sure if the two issues are related?)

gyohng commented 3 days ago

Is it possible that the database is outdated?

MichaelRColton commented 3 days ago

https://github.com/user-attachments/assets/1020aae6-84cc-43d8-a708-23cd1a6d6ba2

All I'm doing here is repeatedly opening and closing the tool. Hopefully this is a helpful clue? Anything else I can provide?

Bouni commented 3 days ago

@MichaelRColton Thats very strange, thank yu for that video. That maybe help figuring out whats going on!