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

create stencil for adhesive layers #374

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

Conversation

wannessels
Copy link

  • added --type option for adhesive, defaults to solderpaste
  • changed zipping gerbers from subprocess.check_call("zip") to shutil.make_archive()
  • fixed --cutout (layer names did not match)

Copy link
Owner

@yaqwsx yaqwsx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am sorry it took me so long to review these changes. I left some of my notes in the comment, and please, let me know what you think.

kikit/stencil_ui.py Outdated Show resolved Hide resolved
kikit/stencil.py Outdated Show resolved Hide resolved
kikit/export.py Outdated Show resolved Hide resolved
kikit/export.py Outdated Show resolved Hide resolved
@wannessels
Copy link
Author

I've made some changes:

  • replaced enum with dataclass & constants
  • reverted formatting change for click options help
  • added typing to all changed methods
  • set stencil_type default to SolderPaste, wherever the parameter was added, for backwards compatibility

# Conflicts:
#	kikit/export.py
#	kikit/fab/oshpark.py
#	kikit/stencil.py
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.

None yet

2 participants