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

Copy data from DFN-8-1EP_2x2mm_Pitch0.5mm to DFN-8-1EP_2x2mm_P0.5mm_EP0.7x1.3mm (name change only) #325

Merged
merged 1 commit into from
Dec 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions cadquery/FCAD_script_generator/QFN_packages/cq_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,33 @@
rotation = -90, # rotation if required
dest_dir_prefix = '../Housings_DFN_QFN.3dshapes/'
),
'DFN-8-1EP_2x2mm_P0.5mm_EP0.7x1.3mm': Params( # from https://www.onsemi.com/pub/Collateral/506AQ.PDF
c = 0.2, # pin thickness, body center part height
# K=0.2, # Fillet radius for pin edges
L = 0.35, # pin top flat part length (including fillet radius)
fp_s = True, # True for circular pinmark, False for square pinmark (useful for diodes)
fp_r = 0.4, # first pin indicator radius
fp_d = 0.08, # first pin indicator distance from edge
fp_z = 0.01, # first pin indicator depth
ef = 0.0, # 0.05, # fillet of edges Note: bigger bytes model with fillet
cce = 0.2, #0.45 chamfer of the epad 1st pin corner
D = 2.0, # body overall length
E = 2.0, # body overall width
A1 = 0.02, # body-board separation maui to check
A2 = 0.9, # body height
b = 0.25, # pin width
e = 0.5, # pin (center-to-center) distance
m = 0.0, # margin between pins and body
ps = 'rounded', # rounded pads
npx = 4, # number of pins along X axis (width)
npy = 0, # number of pins along y axis (length)
epad = (1.2,0.6), # e Pad #epad = None, # e Pad
excluded_pins = None, #no pin excluded
modelName = 'DFN-8-1EP_2x2mm_P0.5mm_EP0.7x1.3mm', #modelName
rotation = -90, # rotation if required
dest_dir_prefix = '../Housings_DFN_QFN.3dshapes/'
),

'DFN-8-1EP_2x2mm_Pitch0.45mm': Params( # from http://cds.linear.com/docs/en/packaging/DFN_8_05-08-1719.pdf
c = 0.2, # pin thickness, body center part height
# K=0.2, # Fillet radius for pin edges
Expand Down