Cannot find spiral_inductor.py ?
The readme mentions it, perhaps the readme is out of date? How do I generate PCB inductors from the command line?
The script you're looking for is cmd_line.py under rfid_calculator, I'll update the README. Thanks for letting me know.
Meanwhile, you can use the online version: http://ignamv2.linkpc.net/spiral/
Awesome, cheers!
Is that going to be a permanent website?
Don't count on it, it's running on my home PC which is on its death throes :P
Its just flask running a HTTP server right? More than happy to put it on one of my VPSes. On 27 Dec 2015 10:10 pm, "ignamv" [email protected] wrote:
Don't count on it, it's running on my home PC which is on its death throes :P
— Reply to this email directly or view it on GitHub https://github.com/ignamv/kicad_scripts/issues/1#issuecomment-167401619.
That'd be great! IIRC it only needs flask installed, and a fasthenry binary in the directory with calculate.py .
Where do you get the fasthenry binary? On 28 Dec 2015 11:26 am, "ignamv" [email protected] wrote:
That'd be great! IIRC it only needs flask installed, and a fasthenry binary in the directory with calculate.py .
— Reply to this email directly or view it on GitHub https://github.com/ignamv/kicad_scripts/issues/1#issuecomment-167450293.
I compiled it from the source at http://www.fastfieldsolvers.com .
Any chance of compiling one for me for Linux x64? :DD On 29 Dec 2015 1:35 am, "ignamv" [email protected] wrote:
I compiled it from the source at http://www.fastfieldsolvers.com .
— Reply to this email directly or view it on GitHub https://github.com/ignamv/kicad_scripts/issues/1#issuecomment-167581386.
Sure, if you trust me use this binary https://drive.google.com/file/d/0B_Fw8F853i9ZNEJuNzBaN1lvckE/view?usp=sharing
root@blog:~/kicad_scripts/rfid_calculator# python3 calculate.py
Traceback (most recent call last):
File "calculate.py", line 7, in <module>
from spiral import spiral
ImportError: cannot import name 'spiral'
root@blog:~/kicad_scripts/rfid_calculator#
I checked spiral.py, its lacking that function.
Can you commit whatever code you have running on your home PC?
There, it should hopefully work now.
hectic: http://ciphersink.net:5000/
Great! I just committed the javascript, if you want to check it out.
Hm? There are no recent commits which touched any of the static / template files?