brd: complete first layout
This commit is contained in:
parent
0ed3579c68
commit
88810ccf08
|
@ -1,4 +1,5 @@
|
|||
(fp_lib_table
|
||||
(lib (name "qeda")(type "KiCad")(uri "${KIPRJMOD}/kicad/qeda.pretty")(options "")(descr ""))
|
||||
(lib (name "kikit")(type "KiCad")(uri "${KIPRJMOD}/kicad/kikit.pretty")(options "")(descr ""))
|
||||
(lib (name "custom")(type "KiCad")(uri "${KIPRJMOD}/kicad/custom.pretty")(options "")(descr ""))
|
||||
)
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -33,9 +33,9 @@
|
|||
"other_text_thickness": 0.15,
|
||||
"other_text_upright": false,
|
||||
"pads": {
|
||||
"drill": 0.762,
|
||||
"height": 1.524,
|
||||
"width": 1.524
|
||||
"drill": 0.0,
|
||||
"height": 8.8,
|
||||
"width": 8.8
|
||||
},
|
||||
"silk_line_width": 0.15,
|
||||
"silk_text_italic": false,
|
||||
|
@ -45,7 +45,7 @@
|
|||
"silk_text_upright": false,
|
||||
"zones": {
|
||||
"45_degree_only": false,
|
||||
"min_clearance": 0.508
|
||||
"min_clearance": 0.19999999999999998
|
||||
}
|
||||
},
|
||||
"diff_pair_dimensions": [
|
||||
|
@ -55,7 +55,12 @@
|
|||
"width": 0.0
|
||||
}
|
||||
],
|
||||
"drc_exclusions": [],
|
||||
"drc_exclusions": [
|
||||
"missing_courtyard|50000000|47200000|49739528-000e-4aa0-8a01-d37699a51e99|00000000-0000-0000-0000-000000000000",
|
||||
"missing_courtyard|52400000|47200000|a2d89aff-7885-4475-bba1-b8fcd7bb43a2|00000000-0000-0000-0000-000000000000",
|
||||
"missing_courtyard|52400000|65400000|4015d055-3be8-4eeb-809c-30f6f7a8aa54|00000000-0000-0000-0000-000000000000",
|
||||
"missing_courtyard|77750000|49900000|26da5fd3-0810-4e6c-b160-c66a42affdaf|00000000-0000-0000-0000-000000000000"
|
||||
],
|
||||
"meta": {
|
||||
"version": 2
|
||||
},
|
||||
|
@ -85,8 +90,8 @@
|
|||
"padstack": "error",
|
||||
"pth_inside_courtyard": "ignore",
|
||||
"shorting_items": "error",
|
||||
"silk_over_copper": "warning",
|
||||
"silk_overlap": "warning",
|
||||
"silk_over_copper": "ignore",
|
||||
"silk_overlap": "ignore",
|
||||
"skew_out_of_range": "error",
|
||||
"through_hole_pad_without_hole": "error",
|
||||
"too_many_vias": "error",
|
||||
|
@ -119,7 +124,9 @@
|
|||
"use_height_for_length_calcs": true
|
||||
},
|
||||
"track_widths": [
|
||||
0.0
|
||||
0.0,
|
||||
0.15,
|
||||
0.5
|
||||
],
|
||||
"via_dimensions": [
|
||||
{
|
||||
|
@ -346,7 +353,7 @@
|
|||
"pinned_symbol_libs": []
|
||||
},
|
||||
"meta": {
|
||||
"filename": "template.kicad_pro",
|
||||
"filename": "usb-ac_cable_tester.kicad_pro",
|
||||
"version": 1
|
||||
},
|
||||
"net_settings": {
|
||||
|
|
Loading…
Reference in New Issue