-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using digikey# returns the part, but not the exact digikey number given #365
Comments
@nickoe, KiCad version doesn't matter for KiCost (issues not related to file read). |
As far I tested, your part is: The proclaiming is that KiCost is returning 631-1072-2-ND. But my version returns 631-1072-1-ND, correctly. Check that "both part" are the same for Digikey: May be related with the information in last API. Waiting the version check. I see that your are using the |
@hildogjr Sorry, I forgot to post the version info of kicost. I use master as of yesterday. add6294. You can see in the attached xlsx that it returns the dash 2 version of the digikey number. I figured that the currency thing is sort of experimental, I didn't really double check it but currency option seems to work at first glance. |
@nickoe, I gotcha. Test the new code and also the new commands In last version, since is difficult to get a updated currency rate (or even it's different between credit cards...), I add a cell at the spreadsheet to modify it manually. |
What is the point of the |
It is not related, I change the code in the API do fix your issue. Those commands are just the development news. Setup and Unsetup is to create a better user experience to users that are not habituated to terminal. It create this configuration on Eeschema. |
Ok, thank you. It seems like your fix worked 3f64ffd? |
The fix that really affect your issue was 2fe8cad |
I had a part with the digikey# being 631-1072-1-ND. When I open the spreadsheet it shows 631-1072-2-ND. (note the 2, which is not what I specified.
vhf_uhf_com.xlsx
vhf_uhf_com.txt
Command used:
kicost -i %I --overwrite --currency DKK --debug 2
Using KiCad 5.1 branch, Version: (5.1.2-191-g5b68cfa01), release build
EDIT: KiCost master as of yesterday. add6294.
The part in question if of course
FT5HNBPK19.44-T1
from the bom.BOM snippet
In this case I tried to add the field name without the number sign, but that still gives me the dash 2 digikey number.
The text was updated successfully, but these errors were encountered: