KiKit icon indicating copy to clipboard operation
KiKit copied to clipboard

create stencil for adhesive layers

Open wannessels opened this issue 2 years ago • 1 comments

  • 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)

wannessels avatar Jun 16 '22 21:06 wannessels

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

wannessels avatar Sep 24 '22 15:09 wannessels