diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2025-08-15 01:30:58 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2025-08-15 01:30:58 -0400 |
commit | 3f7105ec7c3f32acc91146041772e4756961efdd (patch) | |
tree | 2f957f9e8124a93786b54d06ec3d9cef88231d47 /osm_thermal_main/osm_thermal_main.kicad_prl | |
parent | 3f973cebd367e581fbb10e6eea3a9a497ef2d633 (diff) |
Diffstat (limited to 'osm_thermal_main/osm_thermal_main.kicad_prl')
-rw-r--r-- | osm_thermal_main/osm_thermal_main.kicad_prl | 131 |
1 files changed, 131 insertions, 0 deletions
diff --git a/osm_thermal_main/osm_thermal_main.kicad_prl b/osm_thermal_main/osm_thermal_main.kicad_prl new file mode 100644 index 0000000..c504396 --- /dev/null +++ b/osm_thermal_main/osm_thermal_main.kicad_prl @@ -0,0 +1,131 @@ +{ + "board": { + "active_layer": 0, + "active_layer_preset": "", + "auto_track_width": true, + "hidden_netclasses": [], + "hidden_nets": [], + "high_contrast_mode": 0, + "net_color_mode": 1, + "opacity": { + "images": 0.6, + "pads": 1.0, + "shapes": 1.0, + "tracks": 1.0, + "vias": 1.0, + "zones": 0.6 + }, + "selection_filter": { + "dimensions": true, + "footprints": true, + "graphics": true, + "keepouts": true, + "lockedItems": false, + "otherItems": true, + "pads": true, + "text": true, + "tracks": true, + "vias": true, + "zones": true + }, + "visible_items": [ + "vias", + "footprint_text", + "footprint_anchors", + "ratsnest", + "grid", + "footprints_front", + "footprints_back", + "footprint_values", + "footprint_references", + "tracks", + "drc_errors", + "drawing_sheet", + "bitmaps", + "pads", + "zones", + "drc_warnings", + "drc_exclusions", + "locked_item_shadows", + "conflict_shadows", + "shapes" + ], + "visible_layers": "ffffffff_ffffffff_ffffffff_ffffffff", + "zone_display_mode": 0 + }, + "git": { + "repo_type": "", + "repo_username": "", + "ssh_key": "" + }, + "meta": { + "filename": "osm_thermal_main.kicad_prl", + "version": 5 + }, + "net_inspector_panel": { + "col_hidden": [ + false, + false, + false, + false, + false, + false, + false, + false, + false, + false + ], + "col_order": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9 + ], + "col_widths": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "custom_group_rules": [], + "expanded_rows": [], + "filter_by_net_name": true, + "filter_by_netclass": true, + "filter_text": "", + "group_by_constraint": false, + "group_by_netclass": false, + "show_unconnected_nets": false, + "show_zero_pad_nets": false, + "sort_ascending": true, + "sorting_column": 0 + }, + "open_jobsets": [], + "project": { + "files": [] + }, + "schematic": { + "selection_filter": { + "graphics": true, + "images": true, + "labels": true, + "lockedItems": false, + "otherItems": true, + "pins": true, + "symbols": true, + "text": true, + "wires": true + } + } +} |