init repo
This commit is contained in:
commit
a1ba62a072
|
@ -0,0 +1,34 @@
|
|||
# ---> KiCad
|
||||
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
|
||||
# Format documentation: http://kicad-pcb.org/help/file-formats/
|
||||
|
||||
# Temporary files
|
||||
*.000
|
||||
*.bak
|
||||
*.bck
|
||||
*.kicad_pcb-bak
|
||||
*.kicad_sch-bak
|
||||
*.kicad_prl
|
||||
*.sch-bak
|
||||
*~
|
||||
_autosave-*
|
||||
*.tmp
|
||||
*-save.pro
|
||||
*-save.kicad_pcb
|
||||
fp-info-cache
|
||||
*-cache.lib
|
||||
|
||||
# Netlist files (exported from Eeschema)
|
||||
*.net
|
||||
|
||||
# Autorouter files (exported from Pcbnew)
|
||||
*.dsn
|
||||
*.ses
|
||||
|
||||
# Exported BOM files
|
||||
*.xml
|
||||
*.csv
|
||||
|
||||
*-backups/
|
||||
export/
|
||||
bom/
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,434 @@
|
|||
{
|
||||
"board": {
|
||||
"design_settings": {
|
||||
"defaults": {
|
||||
"board_outline_line_width": 0.09999999999999999,
|
||||
"copper_line_width": 0.19999999999999998,
|
||||
"copper_text_italic": false,
|
||||
"copper_text_size_h": 1.5,
|
||||
"copper_text_size_v": 1.5,
|
||||
"copper_text_thickness": 0.3,
|
||||
"copper_text_upright": false,
|
||||
"courtyard_line_width": 0.049999999999999996,
|
||||
"dimension_precision": 4,
|
||||
"dimension_units": 3,
|
||||
"dimensions": {
|
||||
"arrow_length": 1270000,
|
||||
"extension_offset": 500000,
|
||||
"keep_text_aligned": true,
|
||||
"suppress_zeroes": false,
|
||||
"text_position": 0,
|
||||
"units_format": 1
|
||||
},
|
||||
"fab_line_width": 0.09999999999999999,
|
||||
"fab_text_italic": false,
|
||||
"fab_text_size_h": 1.0,
|
||||
"fab_text_size_v": 1.0,
|
||||
"fab_text_thickness": 0.15,
|
||||
"fab_text_upright": false,
|
||||
"other_line_width": 0.15,
|
||||
"other_text_italic": false,
|
||||
"other_text_size_h": 1.0,
|
||||
"other_text_size_v": 1.0,
|
||||
"other_text_thickness": 0.15,
|
||||
"other_text_upright": false,
|
||||
"pads": {
|
||||
"drill": 0.762,
|
||||
"height": 1.524,
|
||||
"width": 1.524
|
||||
},
|
||||
"silk_line_width": 0.15,
|
||||
"silk_text_italic": false,
|
||||
"silk_text_size_h": 1.0,
|
||||
"silk_text_size_v": 1.0,
|
||||
"silk_text_thickness": 0.15,
|
||||
"silk_text_upright": false,
|
||||
"zones": {
|
||||
"45_degree_only": false,
|
||||
"min_clearance": 0.5
|
||||
}
|
||||
},
|
||||
"diff_pair_dimensions": [
|
||||
{
|
||||
"gap": 0.0,
|
||||
"via_gap": 0.0,
|
||||
"width": 0.0
|
||||
}
|
||||
],
|
||||
"drc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 2
|
||||
},
|
||||
"rule_severities": {
|
||||
"annular_width": "error",
|
||||
"clearance": "error",
|
||||
"copper_edge_clearance": "error",
|
||||
"courtyards_overlap": "error",
|
||||
"diff_pair_gap_out_of_range": "error",
|
||||
"diff_pair_uncoupled_length_too_long": "error",
|
||||
"drill_out_of_range": "error",
|
||||
"duplicate_footprints": "warning",
|
||||
"extra_footprint": "warning",
|
||||
"footprint_type_mismatch": "error",
|
||||
"hole_clearance": "error",
|
||||
"hole_near_hole": "error",
|
||||
"invalid_outline": "error",
|
||||
"item_on_disabled_layer": "error",
|
||||
"items_not_allowed": "error",
|
||||
"length_out_of_range": "error",
|
||||
"malformed_courtyard": "error",
|
||||
"microvia_drill_out_of_range": "error",
|
||||
"missing_courtyard": "ignore",
|
||||
"missing_footprint": "warning",
|
||||
"net_conflict": "warning",
|
||||
"npth_inside_courtyard": "ignore",
|
||||
"padstack": "error",
|
||||
"pth_inside_courtyard": "ignore",
|
||||
"shorting_items": "error",
|
||||
"silk_over_copper": "ignore",
|
||||
"silk_overlap": "ignore",
|
||||
"skew_out_of_range": "error",
|
||||
"through_hole_pad_without_hole": "error",
|
||||
"too_many_vias": "error",
|
||||
"track_dangling": "warning",
|
||||
"track_width": "error",
|
||||
"tracks_crossing": "error",
|
||||
"unconnected_items": "error",
|
||||
"unresolved_variable": "error",
|
||||
"via_dangling": "warning",
|
||||
"zone_has_empty_net": "error",
|
||||
"zones_intersect": "error"
|
||||
},
|
||||
"rules": {
|
||||
"allow_blind_buried_vias": false,
|
||||
"allow_microvias": false,
|
||||
"max_error": 0.005,
|
||||
"min_clearance": 0.0,
|
||||
"min_copper_edge_clearance": 0.0,
|
||||
"min_hole_clearance": 0.25,
|
||||
"min_hole_to_hole": 0.25,
|
||||
"min_microvia_diameter": 0.19999999999999998,
|
||||
"min_microvia_drill": 0.09999999999999999,
|
||||
"min_silk_clearance": 0.0,
|
||||
"min_through_hole_diameter": 0.3,
|
||||
"min_track_width": 0.19999999999999998,
|
||||
"min_via_annular_width": 0.049999999999999996,
|
||||
"min_via_diameter": 0.39999999999999997,
|
||||
"solder_mask_clearance": 0.0,
|
||||
"solder_mask_min_width": 0.0,
|
||||
"use_height_for_length_calcs": true
|
||||
},
|
||||
"track_widths": [
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"via_dimensions": [
|
||||
{
|
||||
"diameter": 0.0,
|
||||
"drill": 0.0
|
||||
}
|
||||
],
|
||||
"zones_allow_external_fillets": false,
|
||||
"zones_use_no_outline": true
|
||||
},
|
||||
"layer_presets": []
|
||||
},
|
||||
"boards": [],
|
||||
"cvpcb": {
|
||||
"equivalence_files": []
|
||||
},
|
||||
"erc": {
|
||||
"erc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 0
|
||||
},
|
||||
"pin_map": [
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
1,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
]
|
||||
],
|
||||
"rule_severities": {
|
||||
"bus_definition_conflict": "error",
|
||||
"bus_entry_needed": "error",
|
||||
"bus_label_syntax": "error",
|
||||
"bus_to_bus_conflict": "error",
|
||||
"bus_to_net_conflict": "error",
|
||||
"different_unit_footprint": "error",
|
||||
"different_unit_net": "error",
|
||||
"duplicate_reference": "error",
|
||||
"duplicate_sheet_names": "error",
|
||||
"extra_units": "error",
|
||||
"global_label_dangling": "warning",
|
||||
"hier_label_mismatch": "error",
|
||||
"label_dangling": "error",
|
||||
"lib_symbol_issues": "warning",
|
||||
"multiple_net_names": "warning",
|
||||
"net_not_bus_member": "warning",
|
||||
"no_connect_connected": "warning",
|
||||
"no_connect_dangling": "warning",
|
||||
"pin_not_connected": "error",
|
||||
"pin_not_driven": "error",
|
||||
"pin_to_pin": "warning",
|
||||
"power_pin_not_driven": "error",
|
||||
"similar_labels": "warning",
|
||||
"unannotated": "error",
|
||||
"unit_value_mismatch": "error",
|
||||
"unresolved_variable": "error",
|
||||
"wire_dangling": "error"
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"pinned_footprint_libs": [],
|
||||
"pinned_symbol_libs": []
|
||||
},
|
||||
"meta": {
|
||||
"filename": "FaSTGLETree_A.kicad_pro",
|
||||
"version": 1
|
||||
},
|
||||
"net_settings": {
|
||||
"classes": [
|
||||
{
|
||||
"bus_width": 12.0,
|
||||
"clearance": 0.2,
|
||||
"diff_pair_gap": 0.25,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
"diff_pair_width": 0.2,
|
||||
"line_style": 0,
|
||||
"microvia_diameter": 0.3,
|
||||
"microvia_drill": 0.1,
|
||||
"name": "Default",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.25,
|
||||
"via_diameter": 0.8,
|
||||
"via_drill": 0.4,
|
||||
"wire_width": 6.0
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"version": 2
|
||||
},
|
||||
"net_colors": null
|
||||
},
|
||||
"pcbnew": {
|
||||
"last_paths": {
|
||||
"gencad": "",
|
||||
"idf": "",
|
||||
"netlist": "",
|
||||
"specctra_dsn": "",
|
||||
"step": "",
|
||||
"vrml": ""
|
||||
},
|
||||
"page_layout_descr_file": ""
|
||||
},
|
||||
"schematic": {
|
||||
"annotate_start_num": 0,
|
||||
"drawing": {
|
||||
"default_line_thickness": 6.0,
|
||||
"default_text_size": 50.0,
|
||||
"field_names": [],
|
||||
"intersheets_ref_own_page": false,
|
||||
"intersheets_ref_prefix": "",
|
||||
"intersheets_ref_short": false,
|
||||
"intersheets_ref_show": false,
|
||||
"intersheets_ref_suffix": "",
|
||||
"junction_size_choice": 3,
|
||||
"label_size_ratio": 0.375,
|
||||
"pin_symbol_size": 25.0,
|
||||
"text_offset_ratio": 0.15
|
||||
},
|
||||
"legacy_lib_dir": "",
|
||||
"legacy_lib_list": [],
|
||||
"meta": {
|
||||
"version": 1
|
||||
},
|
||||
"net_format_name": "",
|
||||
"ngspice": {
|
||||
"fix_include_paths": true,
|
||||
"fix_passive_vals": false,
|
||||
"meta": {
|
||||
"version": 0
|
||||
},
|
||||
"model_mode": 0,
|
||||
"workbook_filename": ""
|
||||
},
|
||||
"page_layout_descr_file": "",
|
||||
"plot_directory": "",
|
||||
"spice_adjust_passive_values": false,
|
||||
"spice_external_command": "spice \"%I\"",
|
||||
"subpart_first_id": 65,
|
||||
"subpart_id_separator": 0
|
||||
},
|
||||
"sheets": [
|
||||
[
|
||||
"4648a28f-d665-4d2f-9ca5-7fbe8642e14f",
|
||||
""
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,434 @@
|
|||
{
|
||||
"board": {
|
||||
"design_settings": {
|
||||
"defaults": {
|
||||
"board_outline_line_width": 0.09999999999999999,
|
||||
"copper_line_width": 0.19999999999999998,
|
||||
"copper_text_italic": false,
|
||||
"copper_text_size_h": 1.5,
|
||||
"copper_text_size_v": 1.5,
|
||||
"copper_text_thickness": 0.3,
|
||||
"copper_text_upright": false,
|
||||
"courtyard_line_width": 0.049999999999999996,
|
||||
"dimension_precision": 4,
|
||||
"dimension_units": 3,
|
||||
"dimensions": {
|
||||
"arrow_length": 1270000,
|
||||
"extension_offset": 500000,
|
||||
"keep_text_aligned": true,
|
||||
"suppress_zeroes": false,
|
||||
"text_position": 0,
|
||||
"units_format": 1
|
||||
},
|
||||
"fab_line_width": 0.09999999999999999,
|
||||
"fab_text_italic": false,
|
||||
"fab_text_size_h": 1.0,
|
||||
"fab_text_size_v": 1.0,
|
||||
"fab_text_thickness": 0.15,
|
||||
"fab_text_upright": false,
|
||||
"other_line_width": 0.15,
|
||||
"other_text_italic": false,
|
||||
"other_text_size_h": 1.0,
|
||||
"other_text_size_v": 1.0,
|
||||
"other_text_thickness": 0.15,
|
||||
"other_text_upright": false,
|
||||
"pads": {
|
||||
"drill": 0.762,
|
||||
"height": 1.524,
|
||||
"width": 1.524
|
||||
},
|
||||
"silk_line_width": 0.15,
|
||||
"silk_text_italic": false,
|
||||
"silk_text_size_h": 1.0,
|
||||
"silk_text_size_v": 1.0,
|
||||
"silk_text_thickness": 0.15,
|
||||
"silk_text_upright": false,
|
||||
"zones": {
|
||||
"45_degree_only": false,
|
||||
"min_clearance": 0.5
|
||||
}
|
||||
},
|
||||
"diff_pair_dimensions": [
|
||||
{
|
||||
"gap": 0.0,
|
||||
"via_gap": 0.0,
|
||||
"width": 0.0
|
||||
}
|
||||
],
|
||||
"drc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 2
|
||||
},
|
||||
"rule_severities": {
|
||||
"annular_width": "error",
|
||||
"clearance": "error",
|
||||
"copper_edge_clearance": "error",
|
||||
"courtyards_overlap": "error",
|
||||
"diff_pair_gap_out_of_range": "error",
|
||||
"diff_pair_uncoupled_length_too_long": "error",
|
||||
"drill_out_of_range": "error",
|
||||
"duplicate_footprints": "warning",
|
||||
"extra_footprint": "warning",
|
||||
"footprint_type_mismatch": "error",
|
||||
"hole_clearance": "error",
|
||||
"hole_near_hole": "error",
|
||||
"invalid_outline": "error",
|
||||
"item_on_disabled_layer": "error",
|
||||
"items_not_allowed": "error",
|
||||
"length_out_of_range": "error",
|
||||
"malformed_courtyard": "error",
|
||||
"microvia_drill_out_of_range": "error",
|
||||
"missing_courtyard": "ignore",
|
||||
"missing_footprint": "warning",
|
||||
"net_conflict": "warning",
|
||||
"npth_inside_courtyard": "ignore",
|
||||
"padstack": "error",
|
||||
"pth_inside_courtyard": "ignore",
|
||||
"shorting_items": "error",
|
||||
"silk_over_copper": "ignore",
|
||||
"silk_overlap": "ignore",
|
||||
"skew_out_of_range": "error",
|
||||
"through_hole_pad_without_hole": "error",
|
||||
"too_many_vias": "error",
|
||||
"track_dangling": "warning",
|
||||
"track_width": "error",
|
||||
"tracks_crossing": "error",
|
||||
"unconnected_items": "error",
|
||||
"unresolved_variable": "error",
|
||||
"via_dangling": "warning",
|
||||
"zone_has_empty_net": "error",
|
||||
"zones_intersect": "error"
|
||||
},
|
||||
"rules": {
|
||||
"allow_blind_buried_vias": false,
|
||||
"allow_microvias": false,
|
||||
"max_error": 0.005,
|
||||
"min_clearance": 0.0,
|
||||
"min_copper_edge_clearance": 0.0,
|
||||
"min_hole_clearance": 0.25,
|
||||
"min_hole_to_hole": 0.25,
|
||||
"min_microvia_diameter": 0.19999999999999998,
|
||||
"min_microvia_drill": 0.09999999999999999,
|
||||
"min_silk_clearance": 0.0,
|
||||
"min_through_hole_diameter": 0.3,
|
||||
"min_track_width": 0.19999999999999998,
|
||||
"min_via_annular_width": 0.049999999999999996,
|
||||
"min_via_diameter": 0.39999999999999997,
|
||||
"solder_mask_clearance": 0.0,
|
||||
"solder_mask_min_width": 0.0,
|
||||
"use_height_for_length_calcs": true
|
||||
},
|
||||
"track_widths": [
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"via_dimensions": [
|
||||
{
|
||||
"diameter": 0.0,
|
||||
"drill": 0.0
|
||||
}
|
||||
],
|
||||
"zones_allow_external_fillets": false,
|
||||
"zones_use_no_outline": true
|
||||
},
|
||||
"layer_presets": []
|
||||
},
|
||||
"boards": [],
|
||||
"cvpcb": {
|
||||
"equivalence_files": []
|
||||
},
|
||||
"erc": {
|
||||
"erc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 0
|
||||
},
|
||||
"pin_map": [
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
1,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
]
|
||||
],
|
||||
"rule_severities": {
|
||||
"bus_definition_conflict": "error",
|
||||
"bus_entry_needed": "error",
|
||||
"bus_label_syntax": "error",
|
||||
"bus_to_bus_conflict": "error",
|
||||
"bus_to_net_conflict": "error",
|
||||
"different_unit_footprint": "error",
|
||||
"different_unit_net": "error",
|
||||
"duplicate_reference": "error",
|
||||
"duplicate_sheet_names": "error",
|
||||
"extra_units": "error",
|
||||
"global_label_dangling": "warning",
|
||||
"hier_label_mismatch": "error",
|
||||
"label_dangling": "error",
|
||||
"lib_symbol_issues": "warning",
|
||||
"multiple_net_names": "warning",
|
||||
"net_not_bus_member": "warning",
|
||||
"no_connect_connected": "warning",
|
||||
"no_connect_dangling": "warning",
|
||||
"pin_not_connected": "error",
|
||||
"pin_not_driven": "error",
|
||||
"pin_to_pin": "warning",
|
||||
"power_pin_not_driven": "error",
|
||||
"similar_labels": "warning",
|
||||
"unannotated": "error",
|
||||
"unit_value_mismatch": "error",
|
||||
"unresolved_variable": "error",
|
||||
"wire_dangling": "error"
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"pinned_footprint_libs": [],
|
||||
"pinned_symbol_libs": []
|
||||
},
|
||||
"meta": {
|
||||
"filename": "FaSTGLETree_B.kicad_pro",
|
||||
"version": 1
|
||||
},
|
||||
"net_settings": {
|
||||
"classes": [
|
||||
{
|
||||
"bus_width": 12.0,
|
||||
"clearance": 0.2,
|
||||
"diff_pair_gap": 0.25,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
"diff_pair_width": 0.2,
|
||||
"line_style": 0,
|
||||
"microvia_diameter": 0.3,
|
||||
"microvia_drill": 0.1,
|
||||
"name": "Default",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.25,
|
||||
"via_diameter": 0.8,
|
||||
"via_drill": 0.4,
|
||||
"wire_width": 6.0
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"version": 2
|
||||
},
|
||||
"net_colors": null
|
||||
},
|
||||
"pcbnew": {
|
||||
"last_paths": {
|
||||
"gencad": "",
|
||||
"idf": "",
|
||||
"netlist": "../../../../../",
|
||||
"specctra_dsn": "",
|
||||
"step": "",
|
||||
"vrml": ""
|
||||
},
|
||||
"page_layout_descr_file": ""
|
||||
},
|
||||
"schematic": {
|
||||
"annotate_start_num": 0,
|
||||
"drawing": {
|
||||
"default_line_thickness": 6.0,
|
||||
"default_text_size": 50.0,
|
||||
"field_names": [],
|
||||
"intersheets_ref_own_page": false,
|
||||
"intersheets_ref_prefix": "",
|
||||
"intersheets_ref_short": false,
|
||||
"intersheets_ref_show": false,
|
||||
"intersheets_ref_suffix": "",
|
||||
"junction_size_choice": 3,
|
||||
"label_size_ratio": 0.375,
|
||||
"pin_symbol_size": 25.0,
|
||||
"text_offset_ratio": 0.15
|
||||
},
|
||||
"legacy_lib_dir": "",
|
||||
"legacy_lib_list": [],
|
||||
"meta": {
|
||||
"version": 1
|
||||
},
|
||||
"net_format_name": "",
|
||||
"ngspice": {
|
||||
"fix_include_paths": true,
|
||||
"fix_passive_vals": false,
|
||||
"meta": {
|
||||
"version": 0
|
||||
},
|
||||
"model_mode": 0,
|
||||
"workbook_filename": ""
|
||||
},
|
||||
"page_layout_descr_file": "",
|
||||
"plot_directory": "",
|
||||
"spice_adjust_passive_values": false,
|
||||
"spice_external_command": "spice \"%I\"",
|
||||
"subpart_first_id": 65,
|
||||
"subpart_id_separator": 0
|
||||
},
|
||||
"sheets": [
|
||||
[
|
||||
"4648a28f-d665-4d2f-9ca5-7fbe8642e14f",
|
||||
""
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,66 @@
|
|||
(footprint "BatteryHolder_Keystone_3003_1x2032" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 5D9CBE1C)
|
||||
(descr "http://www.keyelco.com/product-pdf.cfm?p=787")
|
||||
(tags "Keystone type 3009 coin cell retainer")
|
||||
(attr through_hole)
|
||||
(fp_text reference "REF**" (at 0 -14.5) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 7a0c729a-d060-4348-9c65-bebc5fe3b686)
|
||||
)
|
||||
(fp_text value "BatteryHolder_Keystone_3003_1x2032" (at 0 14) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 2516b493-0369-45e3-aff3-028660f8a18e)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp e5a545fa-eb0f-404e-922b-f375f7c0b873)
|
||||
)
|
||||
(fp_line (start -4 -11) (end 4 -11) (layer "F.SilkS") (width 0.12) (tstamp 0b8c9e1d-0f81-4bc8-853f-a7968967f892))
|
||||
(fp_line (start -11 -5) (end -11 -2) (layer "F.SilkS") (width 0.12) (tstamp 23cca8c6-0cb9-435a-987c-8691ea98fecb))
|
||||
(fp_line (start 4 -11) (end 11 -5) (layer "F.SilkS") (width 0.12) (tstamp 49a2fa98-e8ff-4efd-a44b-9d41df240065))
|
||||
(fp_line (start 11 2) (end 11 5) (layer "F.SilkS") (width 0.12) (tstamp 6156fbb9-10f9-4b41-832c-022d7cdd2c7a))
|
||||
(fp_line (start -4 -11) (end -11 -5) (layer "F.SilkS") (width 0.12) (tstamp beef446d-0903-4f46-8d0c-a6f2d126fa91))
|
||||
(fp_line (start 11 -5) (end 11 -2) (layer "F.SilkS") (width 0.12) (tstamp cb9588a8-02e0-4adf-ad2a-d77abcc2e03b))
|
||||
(fp_line (start -6 10) (end 6 10) (layer "F.SilkS") (width 0.12) (tstamp cc610223-c065-471a-b9c9-b3e79e6cec67))
|
||||
(fp_line (start -11 2) (end -11 5) (layer "F.SilkS") (width 0.12) (tstamp cdb2f60a-b6d7-45de-8b16-334c386c15bf))
|
||||
(fp_arc (start 11 5) (mid 9.535534 8.535534) (end 6 10) (layer "F.SilkS") (width 0.12) (tstamp 849cd5cf-ae5b-48aa-bf29-0df4e1b44bc0))
|
||||
(fp_arc (start -6 10) (mid -9.535534 8.535534) (end -11 5) (layer "F.SilkS") (width 0.12) (tstamp a7ba1cc8-8981-449c-b2bc-34a37005bfac))
|
||||
(fp_circle (center 0 0) (end 10.25 0) (layer "Cmts.User") (width 0.15) (fill none) (tstamp 14bf1648-52bc-4f6b-b682-e2556c635f81))
|
||||
(fp_line (start -11.25 -5.25) (end -11.25 -2) (layer "F.CrtYd") (width 0.05) (tstamp 2f272c28-60ae-426a-a960-df433b36fb15))
|
||||
(fp_line (start -4.25 -11.25) (end 4.25 -11.25) (layer "F.CrtYd") (width 0.05) (tstamp 512dfa8e-8816-4edf-9cdc-8b7b99fa1402))
|
||||
(fp_line (start 11.25 2) (end 11.25 10.5) (layer "F.CrtYd") (width 0.05) (tstamp 55d36568-32b0-40bd-94a1-5af7f3f59268))
|
||||
(fp_line (start 11.25 -5.25) (end 11.25 -1.948519) (layer "F.CrtYd") (width 0.05) (tstamp 6597c953-5b42-428b-8417-2dd30c909a86))
|
||||
(fp_line (start -11.25 10.5) (end 11.25 10.5) (layer "F.CrtYd") (width 0.05) (tstamp 9800a8ff-5e22-4572-a0bd-cbff3ede2885))
|
||||
(fp_line (start 4.25 -11.25) (end 11.25 -5.25) (layer "F.CrtYd") (width 0.05) (tstamp af970bd0-e34e-4134-bd26-6eaed4114fa0))
|
||||
(fp_line (start -11.25 1.95) (end -11.25 10.5) (layer "F.CrtYd") (width 0.05) (tstamp c0195f52-c22c-4fd9-9748-bb2e07b37c78))
|
||||
(fp_line (start -4.25 -11.25) (end -11.25 -5.25) (layer "F.CrtYd") (width 0.05) (tstamp fe064c40-1906-4f27-ad03-fcdc9721af60))
|
||||
(fp_arc (start 11.25 -1.948519) (mid 12.569158 0.02574) (end 11.25 2) (layer "F.CrtYd") (width 0.05) (tstamp 447f4bdf-fcac-44e0-835f-a681406808d6))
|
||||
(fp_arc (start -11.25 1.95) (mid -12.569653 -0.025) (end -11.25 -2) (layer "F.CrtYd") (width 0.05) (tstamp ced48917-0d8e-4c24-9c14-8161c5b9fbcc))
|
||||
(fp_line (start -3.8 -10.6) (end -3.8 -10) (layer "F.Fab") (width 0.1) (tstamp 0242305d-f479-46e6-895c-1469a34a0565))
|
||||
(fp_line (start 10.6 -4.7) (end 10.6 4.7) (layer "F.Fab") (width 0.1) (tstamp 0289a289-3e62-42b3-a54e-08e6df3b0e8b))
|
||||
(fp_line (start 3.8 -10) (end 10 -4.7) (layer "F.Fab") (width 0.1) (tstamp 2d5f0cab-1f81-4176-8e2f-d5a716775e59))
|
||||
(fp_line (start 10 4.7) (end 10.6 4.7) (layer "F.Fab") (width 0.1) (tstamp 3292b755-6378-4f6f-8f61-1c0af168f49b))
|
||||
(fp_line (start -10.6 -4.7) (end -10 -4.7) (layer "F.Fab") (width 0.1) (tstamp 3bfe89a9-4776-43e7-8ed7-1a95a71b5922))
|
||||
(fp_line (start -3.8 -10) (end -10 -4.7) (layer "F.Fab") (width 0.1) (tstamp 803d1240-0d8e-45f4-8c24-31c9dc71f253))
|
||||
(fp_line (start -10.6 4.7) (end -10 4.7) (layer "F.Fab") (width 0.1) (tstamp 86948d73-e0c7-4481-a235-2aa76ca988eb))
|
||||
(fp_line (start 10 5.9) (end 10 4.7) (layer "F.Fab") (width 0.1) (tstamp 8c7226d5-3a24-4658-a30e-ecf03f89d361))
|
||||
(fp_line (start -10.6 -4.7) (end -10.6 4.7) (layer "F.Fab") (width 0.1) (tstamp 98add012-4e29-4318-8bfd-1e09e949192b))
|
||||
(fp_line (start 3.8 -10.6) (end 3.8 -10) (layer "F.Fab") (width 0.1) (tstamp c7066b6d-ca8f-49b9-9047-504fddce8836))
|
||||
(fp_line (start -10 5.9) (end -10 4.7) (layer "F.Fab") (width 0.1) (tstamp d0c68abf-3326-455d-902c-61beab0a9d80))
|
||||
(fp_line (start 10 -4.7) (end 10.6 -4.7) (layer "F.Fab") (width 0.1) (tstamp de0954c2-69a7-410c-82f4-5fac3fac342a))
|
||||
(fp_line (start -3.8 -10.6) (end 3.8 -10.6) (layer "F.Fab") (width 0.1) (tstamp f2be96c0-89aa-4fad-b51b-3e8c5b1e10b4))
|
||||
(fp_arc (start 10 5.9) (mid 9.004163 8.304163) (end 6.6 9.3) (layer "F.Fab") (width 0.1) (tstamp 31bd07eb-da36-42be-bcf3-399c390abcc8))
|
||||
(fp_arc (start 6.6 9.3) (mid 5.905918 9.164613) (end 5.3 8.8) (layer "F.Fab") (width 0.1) (tstamp 9af9bd4f-0e3d-4512-b489-713dc7d736c1))
|
||||
(fp_arc (start -6.6 9.3) (mid -9.004163 8.304163) (end -10 5.9) (layer "F.Fab") (width 0.1) (tstamp 9f2520f4-1ab3-43c6-894e-744398c9b983))
|
||||
(fp_arc (start -5.3 8.8) (mid -5.905918 9.164612) (end -6.6 9.3) (layer "F.Fab") (width 0.1) (tstamp aa1cb929-b9b7-4404-9b1c-ad785c378d9e))
|
||||
(fp_arc (start -5.3 8.8) (mid 0 6.870958) (end 5.3 8.8) (layer "F.Fab") (width 0.1) (tstamp c7117efe-df9d-448c-96bb-a9810f1c2458))
|
||||
(pad "1" thru_hole trapezoid (at 10.6 0) (size 2.5 3.5) (rect_delta 0.5 0) (drill 1.85) (layers *.Cu *.Mask) (tstamp 77469923-d298-4f3a-bc14-a59eca75a1b3))
|
||||
(pad "1" thru_hole trapezoid (at -10.6 0) (size 2.5 3.5) (rect_delta -0.5 0) (drill 1.85) (layers *.Cu *.Mask) (tstamp f00068ed-1132-478f-a18f-6ec12e24647d))
|
||||
(pad "2" smd circle (at 0 0) (size 16 16) (layers "F.Cu" "F.Mask") (tstamp 65fcd214-da6d-4e22-a73b-1c0427be6d6c))
|
||||
(model "${KICAD6_3DMODEL_DIR}/Battery.3dshapes/BatteryHolder_Keystone_3009_1x2450.wrl"
|
||||
(offset (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 0))
|
||||
)
|
||||
)
|
|
@ -0,0 +1,42 @@
|
|||
(footprint "LED_D5.0mm_Horizontal_PCBEdge" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 5880A863)
|
||||
(descr "LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins")
|
||||
(tags "LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins")
|
||||
(attr through_hole)
|
||||
(fp_text reference "REF**" (at -1 2.8 180) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 95bf692c-8d7f-4e16-b117-08ffba4e71a9)
|
||||
)
|
||||
(fp_text value "LED_D5.0mm_Horizontal_PCBEdge" (at -1.27 -13.47 180) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp dd294cfb-6de3-4c66-afa5-4ab3241f29fd)
|
||||
)
|
||||
(fp_line (start 0.9 -1.4) (end 0.9 1.6) (layer "B.SilkS") (width 0.12) (tstamp 58f82208-5d51-45c9-a3b6-e39f358bd231))
|
||||
(fp_arc (start -2.8 1.5) (mid -3.345955 0) (end -2.8 -1.5) (layer "B.SilkS") (width 0.12) (tstamp 4dbea0dc-8d47-46c2-a935-e71934af3faf))
|
||||
(fp_line (start 0.9 -1.5) (end 0.9 1.5) (layer "F.SilkS") (width 0.12) (tstamp f554d846-24f3-42af-a84a-988b53b1bca4))
|
||||
(fp_arc (start -2.8 1.5) (mid -3.345955 0) (end -2.8 -1.5) (layer "F.SilkS") (width 0.12) (tstamp 7da55ec4-0473-42b1-bc7e-f539a816d017))
|
||||
(fp_line (start -2.8 -1.8) (end -1.2 -1.8) (layer "B.CrtYd") (width 0.05) (tstamp 1b683a70-8ef4-4c0b-b535-164884b990fb))
|
||||
(fp_line (start -1.2 -1.8) (end -1.2 1.8) (layer "B.CrtYd") (width 0.05) (tstamp 632be280-9d30-485e-a265-d2cc5c84f92e))
|
||||
(fp_line (start -1.2 1.8) (end -2.8 1.8) (layer "B.CrtYd") (width 0.05) (tstamp 78a10a40-6094-42fd-8355-1c2a1ba36599))
|
||||
(fp_line (start -2.8 1.8) (end -2.8 -1.8) (layer "B.CrtYd") (width 0.05) (tstamp c6614eec-137f-4cc7-9ec5-a96d9984cd02))
|
||||
(fp_line (start -0.8 -1.8) (end -0.8 1.8) (layer "F.CrtYd") (width 0.05) (tstamp 3758b911-a565-4f67-8894-65d027502201))
|
||||
(fp_line (start -0.8 1.8) (end 0.8 1.8) (layer "F.CrtYd") (width 0.05) (tstamp 7ce6f97b-0575-47b2-ae04-4f057daa3347))
|
||||
(fp_line (start 0.8 1.8) (end 0.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 9aee06b5-7b47-4d18-8529-b4b60ab26950))
|
||||
(fp_line (start 0.8 -1.8) (end -0.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp c50976d7-12fe-4ad6-9ffc-385a749a60a1))
|
||||
(fp_line (start -2 0.8) (end -2 -3) (layer "B.Fab") (width 0.1) (tstamp bc0060bd-67c0-493e-aa16-57ba6cf228b3))
|
||||
(fp_line (start -3.5 -4) (end -3.5 -9.2) (layer "F.Fab") (width 0.1) (tstamp 1b101491-e7db-4611-8199-2f35770e724c))
|
||||
(fp_line (start 1.5 -3) (end -3.9 -3) (layer "F.Fab") (width 0.1) (tstamp 1eae7ef0-efd3-414f-b773-e7f87e201100))
|
||||
(fp_line (start 0 -3) (end 0 0.8) (layer "F.Fab") (width 0.1) (tstamp 23573617-e050-4927-8330-125d8f10c305))
|
||||
(fp_line (start -3.9 -4) (end 1.5 -4) (layer "F.Fab") (width 0.1) (tstamp 2bb766f4-1ea7-4165-a9cf-448e5abb01d4))
|
||||
(fp_line (start 1.5 -3) (end 1.5 -9.2) (layer "F.Fab") (width 0.1) (tstamp 66c999fe-1eba-4ac4-a69d-a0e8b18f8597))
|
||||
(fp_line (start -3.9 -3) (end -3.9 -4) (layer "F.Fab") (width 0.1) (tstamp beb6a3c5-d04b-46f2-a4ec-e34a333bda4c))
|
||||
(fp_arc (start -3.5 -9.2) (mid -1 -11.7) (end 1.5 -9.2) (layer "F.Fab") (width 0.1) (tstamp 85e81449-0b22-4e57-9b69-4ed7ae068293))
|
||||
(pad "1" connect rect (at 0 0 180) (size 1.2 3.2) (layers "F.Cu" "F.Mask") (tstamp 7ca3bde6-9b66-478d-ab1f-e6b1555013f3))
|
||||
(pad "2" connect rect (at -2 0 180) (size 1.2 3.2) (layers "B.Cu" "B.Mask") (tstamp bc426748-66f0-45c1-bd2e-62568b574dbe))
|
||||
(model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D5.0mm_Horizontal_O3.81mm_Z3.0mm.wrl"
|
||||
(offset (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
(rotate (xyz 0 0 0))
|
||||
)
|
||||
)
|
|
@ -0,0 +1,19 @@
|
|||
(footprint "Weihnachtsbaumkugel" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 0)
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 0 -0.1 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp ea6f736c-0ddb-4f96-905c-a95cf747859d)
|
||||
)
|
||||
(fp_text value "Weihnachtsbaumkugel" (at 0 -3.9 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp eee8b549-1b19-4fb9-abed-0fd87a188b4b)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 3.9 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp d1f64b2a-c1be-4ba6-aed8-1c56b05ebe91)
|
||||
)
|
||||
(fp_circle (center 0 0) (end 3.2 0) (layer "F.SilkS") (width 0) (fill solid) (tstamp d0e6b367-da1b-4e3d-abfe-bc1415d0d2de))
|
||||
(fp_circle (center 0 0) (end 3.2 0) (layer "B.Mask") (width 0) (fill solid) (tstamp fdbe548b-3707-4543-bb25-a75e3cb69d2d))
|
||||
)
|
|
@ -0,0 +1,8 @@
|
|||
(fp_lib_table
|
||||
(lib (name "FaSTGLETree")(type "KiCad")(uri "${KIPRJMOD}/footprints/FaSTGLETree.pretty")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_Fuses")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_Fuses.pretty")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_logos")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_logos.pretty")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_Isolators")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_Isolators.pretty")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_Voltage_Regulators")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_Voltage_Regulators.pretty")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_connectors")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_connectors.pretty")(options "")(descr ""))
|
||||
)
|
|
@ -0,0 +1,12 @@
|
|||
(sym_lib_table
|
||||
(lib (name "FaSTTUBe_microcontrollers")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_microcontrollers.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_logos")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_logos.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_PnP")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_PnP.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_LEDs")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_LEDs.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_Isolators")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_Isolators.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_Voltage_Regulators")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_Voltage_Regulators.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_Transceivers")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_Transceivers.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_Power-Switches")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_Power-Switches.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_connectors")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_connectors.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "FaSTTUBe_Fuses")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_Fuses.kicad_sym")(options "")(descr ""))
|
||||
)
|
|
@ -0,0 +1,54 @@
|
|||
$ 1 0.000005 7.619785657297057 64 7 50 5e-11
|
||||
w 112 192 112 224 0
|
||||
w 112 224 176 224 0
|
||||
c 112 224 112 288 0 0.000001 0.8683697219915731 0.001
|
||||
g 112 288 112 304 0 0
|
||||
R 240 64 208 64 0 0 40 10 0 0 0.5
|
||||
O 352 160 416 160 0 0
|
||||
165 176 96 192 96 6 9.99908692827937
|
||||
w 240 64 304 64 0
|
||||
w 304 64 304 128 0
|
||||
w 352 160 304 160 0
|
||||
w 352 160 352 32 0
|
||||
r 352 32 112 32 0 10000
|
||||
w 112 32 112 192 0
|
||||
w 112 192 160 192 0
|
||||
w 160 192 176 192 0
|
||||
g 272 256 272 272 0 0
|
||||
189 496 368 608 368 0 8 1
|
||||
w 496 432 368 336 0
|
||||
w 368 336 352 160 0
|
||||
151 576 240 576 128 0 2 5 5
|
||||
151 640 240 640 128 0 2 0 5
|
||||
151 704 240 704 128 0 2 0 5
|
||||
151 768 240 768 128 0 2 0 5
|
||||
151 592 112 592 0 0 2 5 5
|
||||
151 784 112 784 0 0 2 5 5
|
||||
151 720 0 720 -96 0 2 5 5
|
||||
151 672 80 672 16 0 2 5 5
|
||||
I 560 336 560 240 0 0.5 5
|
||||
I 592 336 592 240 0 0.5 5
|
||||
I 624 336 624 240 0 0.5 5
|
||||
I 656 336 656 240 0 0.5 5
|
||||
I 688 336 688 240 0 0.5 5
|
||||
I 720 336 720 240 0 0.5 5
|
||||
I 752 336 752 240 0 0.5 5
|
||||
I 784 336 784 240 0 0.5 5
|
||||
150 480 272 480 368 0 2 5 5
|
||||
w 480 368 496 400 0
|
||||
w 688 80 704 128 0
|
||||
w 656 80 640 128 0
|
||||
w 736 112 768 112 0
|
||||
w 576 128 576 112 0
|
||||
w 800 128 800 112 0
|
||||
w 608 112 640 128 0
|
||||
w 768 128 800 128 0
|
||||
w 544 -64 464 272 0
|
||||
w 496 272 560 -16 0
|
||||
w 560 -16 592 0 0
|
||||
w 736 112 704 128 0
|
||||
w 704 0 576 128 0
|
||||
w 736 0 768 128 0
|
||||
w 544 -64 784 0 0
|
||||
o 2 32 0 4099 10 0.0015625 0 2 2 3
|
||||
o 5 16 0 4106 10 0.00009765625 1 1
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue