Skip to content

Commit

Permalink
Update testing script.
Browse files Browse the repository at this point in the history
Attempt to fix new python3 dependencies.
  • Loading branch information
kaklik committed Nov 1, 2024
1 parent 21dd340 commit 9e3dbd3
Show file tree
Hide file tree
Showing 5 changed files with 8,959 additions and 4,174 deletions.
2 changes: 1 addition & 1 deletion doc/assets
6 changes: 6 additions & 0 deletions hw/sch_pcb/TFRPM01.kicad_prl
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
"visible_layers": "0031130_ffffffff",
"zone_display_mode": 0
},
"git": {
"repo_password": "",
"repo_type": "",
"repo_username": "",
"ssh_key": ""
},
"meta": {
"filename": "TFRPM01.kicad_prl",
"version": 3
Expand Down
77 changes: 76 additions & 1 deletion hw/sch_pcb/TFRPM01.kicad_pro
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,13 @@
"zones_allow_external_fillets": false,
"zones_use_no_outline": true
},
"ipc2581": {
"dist": "",
"distpn": "",
"internal_id": "",
"mfg": "",
"mpn": ""
},
"layer_presets": [],
"viewports": []
},
Expand Down Expand Up @@ -507,15 +514,77 @@
"gencad": "",
"idf": "",
"netlist": "../../../../../../../../home/kaklik/",
"plot": "",
"pos_files": "",
"specctra_dsn": "",
"step": "TFRPM01C.step",
"svg": "",
"vmrl": "",
"vrml": ""
},
"page_layout_descr_file": "../../doc/assets/templates/KiCAD/page_layout.kicad_wks"
},
"schematic": {
"annotate_start_num": 0,
"bom_export_filename": "",
"bom_fmt_presets": [],
"bom_fmt_settings": {
"field_delimiter": ",",
"keep_line_breaks": false,
"keep_tabs": false,
"name": "CSV",
"ref_delimiter": ",",
"ref_range_delimiter": "",
"string_delimiter": "\""
},
"bom_presets": [],
"bom_settings": {
"exclude_dnp": false,
"fields_ordered": [
{
"group_by": false,
"label": "Reference",
"name": "Reference",
"show": true
},
{
"group_by": true,
"label": "Value",
"name": "Value",
"show": true
},
{
"group_by": false,
"label": "Datasheet",
"name": "Datasheet",
"show": true
},
{
"group_by": false,
"label": "Footprint",
"name": "Footprint",
"show": true
},
{
"group_by": false,
"label": "Qty",
"name": "${QUANTITY}",
"show": true
},
{
"group_by": true,
"label": "DNP",
"name": "${DNP}",
"show": true
}
],
"filter_string": "",
"group_symbols": true,
"name": "Grouped By Value",
"sort_asc": true,
"sort_field": "Reference"
},
"connection_grid_size": 50.0,
"drawing": {
"dashed_lines_dash_length_ratio": 12.0,
"dashed_lines_gap_length_ratio": 3.0,
Expand All @@ -532,6 +601,11 @@
"intersheets_ref_suffix": "",
"junction_size_choice": 3,
"label_size_ratio": 0.3,
"operating_point_overlay_i_precision": 3,
"operating_point_overlay_i_range": "~A",
"operating_point_overlay_v_precision": 3,
"operating_point_overlay_v_range": "~V",
"overbar_offset_ratio": 1.23,
"pin_symbol_size": 25.0,
"text_offset_ratio": 0.3
},
Expand All @@ -557,14 +631,15 @@
"spice_external_command": "spice \"%I\"",
"spice_model_current_sheet_as_root": true,
"spice_save_all_currents": false,
"spice_save_all_dissipations": false,
"spice_save_all_voltages": false,
"subpart_first_id": 65,
"subpart_id_separator": 0
},
"sheets": [
[
"b1e517d4-8f6a-4c9e-aba5-0ea1b3399e42",
""
"Root"
]
],
"text_variables": {}
Expand Down
Loading

0 comments on commit 9e3dbd3

Please sign in to comment.