Last active
November 27, 2023 07:04
-
-
Save pwuertz/152f15b2dadca9a74039aeab944714af to your computer and use it in GitHub Desktop.
KiCad PCB pick and place assistant
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to: | |
https://github.com/pwuertz/kicad_picknplace_assistant |
Wow, didn't noticed the activity around here.
@tohyf is correct, we should probably transform this into a proper GitHub project with issues and PRs. I hope it is ok with you if I blatantly copy your work in writing the project description?
Awesome script. Used the newest version of Kicad, which uses python 3. Script works as a charm under python3. I altered the PIN1 color to something with a higher contrast (blue). Thanks!!
Thank you! So the script already works with the new Py3 version? That's good to know. Also, feel free to post ideas for enhancements like color customization to the new repository.
@pwuertz the script works with python3, at least on Ubuntu 20.04. Make sure to install python3-mathplotlib
package.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for the script. It is extremely helpfull, however I have a problem with it.
Some of the components are offseted and I can't mannage to correct the error.
Dimmed components are somehow offsetted and overlapping. The highlighting rectangles are in the correct positions however highlighted pads are offsetted with respect to rectangles.
Could you please take a look or at least suggest me where to look more in depth?