Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Generate separate C, L, and R chip footprints #438

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

Commits on Oct 2, 2019

  1. Configuration menu
    Copy the full SHA
    485c254 View commit details
    Browse the repository at this point in the history
  2. Generate unique R, L, and C footprints

    - File renames to remove 'chip' if file contained more than chip info
    - Aligned size definition file names
    - Print part type and definition during execution
    - Corrected descriptions and keywords in SMD_chip_devices.yaml
    - Fixed a few typos in comments
    evanshultz committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    24d95b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca2f560 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Configuration menu
    Copy the full SHA
    9e6f310 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Configuration menu
    Copy the full SHA
    45501c2 View commit details
    Browse the repository at this point in the history
  2. Fix typo of 'tantalum'

    evanshultz committed May 12, 2020
    Configuration menu
    Copy the full SHA
    a197ba6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1b336c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    aee7e1f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. Review comment updates part 1

    - Remove outdated TODO comment in SMD_packages.yaml
    - Move C_0504 size definition to correct YAML file
    -  Note that IPC-SM-782 only gives chip sizes down to 0402
    - Correct body size link for C_1812
    evanshultz committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    452abdb View commit details
    Browse the repository at this point in the history
  2. Support 1806 LEDs

    evanshultz committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    eb6c11a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a44b1c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Update dimension style

    Also remove commented-out and unused dimensions
    evanshultz committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    8743c71 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Remove 1806 LED

    And just a tiny bit of tidying up in the generator script
    evanshultz committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    9da2a34 View commit details
    Browse the repository at this point in the history
  2. Simply YAML file names

    Some of these have unconfirmed changes that I made while exploring... oops!
    evanshultz committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    529979d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3d256e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Update 0815 dimensions

    evanshultz committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    744251b View commit details
    Browse the repository at this point in the history
  2. Fix tabs to be spaces

    evanshultz committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    828d319 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9d563f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    317c994 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Configuration menu
    Copy the full SHA
    b1b4344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc3b234 View commit details
    Browse the repository at this point in the history
  3. Renamed script and folder

    evanshultz committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    ae3ccaf View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2020

  1. Configuration menu
    Copy the full SHA
    059e3da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    203bac1 View commit details
    Browse the repository at this point in the history
  3. Update dimension format for tantalum caps

    - Removed individual IPC reference since they all are the same and this is in the part definition
    - Also removed missing and unneeded dimensions which were commented out
    evanshultz committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    2535981 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Tantalum updates

    - Fix typo
    - Swap the heel and tow fillet goal valules and add a explanation
    - Use the tantalum IPC table values for tantalum caps
    - Not sure why ipc_chip_molded.py shows as a new file...
    evanshultz committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    bc733cd View commit details
    Browse the repository at this point in the history
  2. Fine-tune footprint generation

    - Generate handsolder footprints for <0603 R and C
    - Generate handsolder and castellated footprints <0603 for other part types
    - Do not generate fuses <0402
    - Do not generate LEDs <0201
    - 2816 is only for resistors
    evanshultz committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    b5b34af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6f64e8 View commit details
    Browse the repository at this point in the history
  4. Rename script and folder

    evanshultz committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    5013e78 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    5a3fec2 View commit details
    Browse the repository at this point in the history
  2. Fix L_1806 body width

    evanshultz committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    26dc599 View commit details
    Browse the repository at this point in the history
  3. Use FP-specific ipc reference

    Several of the size definition YAML files had an ipc reference file for just that body size which wasn't being used. Now it will overwrite the generic one, which allows condensing the entries in part_definitions.yaml
    evanshultz committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    c71020d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. No castellated footprints

    evanshultz committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    9e72828 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Configuration menu
    Copy the full SHA
    290d61c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f83b987 View commit details
    Browse the repository at this point in the history