Skip to content
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

support of user-created components, using pathlib, and renaming part filename #128

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

tingjhenjiang
Copy link

  1. now users can retrieve components they created on their own.
  2. using pathlib in path generation and file writing for more robustness in different env.
  3. if there are slashes or backslashes in the part name/component name, writing files would cause errors. Now correct it.

TJ added 5 commits May 5, 2024 21:28
… pathlib in path generation and file writing for more robustness in different env.
…file processing; 3. rename part file name where slashes and backslashes exists.
…file processing; 3. rename slashes and backslashes in part, symbol, footprint file name.
@uPesy
Copy link
Owner

uPesy commented Jun 17, 2024

@tingjhenjiang Thanks a lot for your contributions. Before merging your code, could you :

  • target the dev branch instead of master
  • split the PR in 3 for each new features
  • The code should work with python 3.9 since the builtin python in Kicad 6/7 is python 3.9.14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants