kicad-jlcpcb-tools
kicad-jlcpcb-tools copied to clipboard
Please add "LCPC Part webpage" button.
Is your feature request related to a problem? Please describe. Please add a button to go to the LCPC web page based upon LCPC part number in the same places where the Datasheet button is also placed.
Sounds legit, will add that soon ...
Only thing I could see as a potential problem is how to open the "default" browser window in all the different platforms.
Thats not a big deal, we'll do it the same way we open the datasheet: https://github.com/Bouni/kicad-jlcpcb-tools/blob/main/partdetails.py#L121
I had look at this but it's harder than it should be because the 'lcscGoodsUrl' key does not give you a working URL (unlike the datasheet one). eg for 'C60133' you get:
"https://www.lcsc.com/product-detail/multilayer ceramic capacitors mlcc - smd/smt_yageo_cc0402krx7r9bb103_C60133.html/?href=jlc-SMT/?href=jlc-SMT"
but it should be:
https://www.lcsc.com/product-detail/Multilayer-Ceramic-Capacitors-MLCC-SMD-SMT_YAGEO-CC0402KRX7R9BB103_C60133.html
I had a go at decoding the JS called when you search for something but didn't have much luck.