Skip to content

CKCS Inductor Series

Greg Cormier requested to merge gcormier/kicad-packages3D-generator:ckcs into master

This adds the CKCS series.

Additionally, it changes the Inductor 3D generator in 2 areas

  1. The edge case from CKCS is handled, using the min() function, to choose the smaller of 2 dimensions for the pins.
  2. It separates the padX/padY check independently to handle one being missing but the other present.

Merge request reports