Fix net names, PN and add connector for FE

Fixes #57, #56, #58, #59, #52, #65

Signed-off-by: Agis Zisimatos <agzisim@gmail.com>
merge-requests/19/head
Agis Zisimatos 2022-07-19 18:49:46 +03:00
parent df8add0c12
commit 7dd800fd65
4 changed files with 1758 additions and 1398 deletions

@ -1 +1 @@
Subproject commit cb77450ceb645940878130d2e6dd1c65e905205f
Subproject commit bc2c925c7ac4218be71e2001e04c85d85f24a04c

File diff suppressed because it is too large Load Diff

View File

@ -45,7 +45,7 @@
"silk_text_upright": false,
"zones": {
"45_degree_only": false,
"min_clearance": 0.508
"min_clearance": 0.25
}
},
"diff_pair_dimensions": [
@ -113,8 +113,8 @@
"min_copper_edge_clearance": 0.19999999999999998,
"min_hole_clearance": 0.19999999999999998,
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.0,
"min_microvia_drill": 0.0,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_silk_clearance": 0.0,
"min_through_hole_diameter": 0.19999999999999998,
"min_track_width": 0.09999999999999999,
@ -421,7 +421,7 @@
"idf": "",
"netlist": "",
"specctra_dsn": "",
"step": "",
"step": "sidloc-transceiver.step",
"vrml": ""
},
"page_layout_descr_file": ""
@ -457,7 +457,7 @@
"model_mode": 0,
"workbook_filename": ""
},
"page_layout_descr_file": "",
"page_layout_descr_file": "${LSF_KICAD_LIB}/layouts/A4_Landscape_lsf_kicad.kicad_wks",
"plot_directory": "",
"spice_adjust_passive_values": false,
"spice_external_command": "spice \"%I\"",

File diff suppressed because it is too large Load Diff