Skip to content

Instantly share code, notes, and snippets.

@CapnKernel
Created December 22, 2014 05:08
Show Gist options
  • Select an option

  • Save CapnKernel/5cef6dd34a84691b725b to your computer and use it in GitHub Desktop.

Select an option

Save CapnKernel/5cef6dd34a84691b725b to your computer and use it in GitHub Desktop.
#ifndef MODE_STENCIL
stencilmode = 0
roundededges = 0
#else
stencilmode = 1
roundededges = 5mm
#endif
# Toolholes for panel and stencil. (0 = no toolholes)
#if STYLE==naked
toolholediameter = 0
toolholegrid = 0
#endif
#if STYLE==stencil8
toolholediameter = 2.55mm
toolholegrid = 1cm
#endif
toolholekeepout = 2mm
# Option indicating name of file that maps Excellon tool codes to drill sizes.
# This is not necessary if the Excellon files have embedded tool sizes, or if a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment