This commit is contained in:
Frederico Boavida 2024-12-21 22:22:55 +01:00
parent 38dd7bf20f
commit 844de46aa8
6 changed files with 4533 additions and 1949 deletions

View File

@ -0,0 +1,38 @@
(module "01000066Z" (layer F.Cu)
(descr "01000066Z-2")
(tags "Fuse")
(fp_text reference F** (at 6.735 -1.7) (layer F.SilkS)
(effects (font (size 1.27 1.27) (thickness 0.254)))
)
(fp_text user %R (at 6.735 -1.7) (layer F.Fab)
(effects (font (size 1.27 1.27) (thickness 0.254)))
)
(fp_text value "01000066Z" (at 6.735 -1.7) (layer F.SilkS) hide
(effects (font (size 1.27 1.27) (thickness 0.254)))
)
(fp_line (start -3.17 -5.065) (end 16.64 -5.065) (layer F.Fab) (width 0.1))
(fp_line (start 16.64 -5.065) (end 16.64 1.665) (layer F.Fab) (width 0.1))
(fp_line (start 16.64 1.665) (end -3.17 1.665) (layer F.Fab) (width 0.1))
(fp_line (start -3.17 1.665) (end -3.17 -5.065) (layer F.Fab) (width 0.1))
(fp_line (start -3.17 -5.065) (end 16.64 -5.065) (layer F.SilkS) (width 0.2))
(fp_line (start 16.64 -5.065) (end 16.64 1.665) (layer F.SilkS) (width 0.2))
(fp_line (start 16.64 1.665) (end -3.17 1.665) (layer F.SilkS) (width 0.2))
(fp_line (start -3.17 1.665) (end -3.17 -5.065) (layer F.SilkS) (width 0.2))
(fp_line (start -4.17 -6.065) (end 17.64 -6.065) (layer F.CrtYd) (width 0.1))
(fp_line (start 17.64 -6.065) (end 17.64 2.665) (layer F.CrtYd) (width 0.1))
(fp_line (start 17.64 2.665) (end -4.17 2.665) (layer F.CrtYd) (width 0.1))
(fp_line (start -4.17 2.665) (end -4.17 -6.065) (layer F.CrtYd) (width 0.1))
(fp_line (start 0 2) (end 0 2) (layer F.SilkS) (width 0.1))
(fp_line (start 0 2.1) (end 0 2.1) (layer F.SilkS) (width 0.1))
(fp_arc (start 0 2.05) (end 0.000 2) (angle -180) (layer F.SilkS) (width 0.1))
(fp_arc (start 0 2.05) (end 0.000 2.1) (angle -180) (layer F.SilkS) (width 0.1))
(pad 1 thru_hole rect (at 0.000 -0) (size 2.400 2.400) (drill 1.6) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 13.470 -0) (size 2.400 2.400) (drill 1.6) (layers *.Cu *.Mask))
(pad 3 thru_hole circle (at 0.000 -3.4) (size 2.400 2.400) (drill 1.6) (layers *.Cu *.Mask))
(pad 4 thru_hole circle (at 13.470 -3.4) (size 2.400 2.400) (drill 1.6) (layers *.Cu *.Mask))
(model 01000066Z.stp
(at (xyz 0.26535432169757 0.066929135735579 0.0043307086379509))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

File diff suppressed because it is too large Load Diff

View File

@ -51,7 +51,13 @@
"min_clearance": 0.5
}
},
"diff_pair_dimensions": [],
"diff_pair_dimensions": [
{
"gap": 0.0,
"via_gap": 0.0,
"width": 0.0
}
],
"drc_exclusions": [],
"meta": {
"version": 2
@ -171,7 +177,12 @@
"td_width_to_size_filter_ratio": 0.9
}
],
"track_widths": [],
"track_widths": [
0.0,
0.5,
2.0,
20.0
],
"tuning_pattern_settings": {
"diff_pair_defaults": {
"corner_radius_percentage": 80,
@ -198,7 +209,12 @@
"spacing": 0.6
}
},
"via_dimensions": [],
"via_dimensions": [
{
"diameter": 0.0,
"drill": 0.0
}
],
"zones_allow_external_fillets": false
},
"ipc2581": {

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,5 @@
(fp_lib_table
(version 7)
(lib (name "TDK_DCDC_pcb")(type "KiCad")(uri "C:/Users/frede/OneDrive/Dokumente/Fasttube/FT25/E Compartment/DCDC/pcb/TDK_DCDC_pcb.pretty")(options "")(descr ""))
(lib (name "Library")(type "KiCad")(uri "${KIPRJMOD}/Library.pretty")(options "")(descr ""))
(lib (name "footprints")(type "KiCad")(uri "${KIPRJMOD}/Library.pretty/footprints.pretty")(options "")(descr ""))
)

Binary file not shown.