Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ fp-info-cache
# Exported BOM files
*.xml
*.csv
fabrication-outputs
fabrication-outputs/*

# CAD folder
cad/*
Expand Down
20,527 changes: 12,457 additions & 8,070 deletions pcb/0xB2.kicad_pcb

Large diffs are not rendered by default.

12 changes: 4 additions & 8 deletions pcb/0xB2.kicad_prl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"board": {
"active_layer": 0,
"active_layer_preset": "All Layers",
"active_layer": 31,
"active_layer_preset": "",
"auto_track_width": true,
"hidden_nets": [],
"high_contrast_mode": 0,
Expand All @@ -27,7 +27,6 @@
"zones": true
},
"visible_items": [
0,
1,
2,
3,
Expand All @@ -36,15 +35,13 @@
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
Expand All @@ -57,13 +54,12 @@
29,
30,
32,
33,
34,
35,
36
],
"visible_layers": "fffffff_ffffffff",
"zone_display_mode": 0
"visible_layers": "ffcfefb_ffffffff",
"zone_display_mode": 1
},
"meta": {
"filename": "0xB2.kicad_prl",
Expand Down
11 changes: 6 additions & 5 deletions pcb/0xB2.kicad_pro
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"silk_text_thickness": 0.15,
"silk_text_upright": false,
"zones": {
"45_degree_only": true,
"min_clearance": 0.0
"45_degree_only": false,
"min_clearance": 0.15
}
},
"diff_pair_dimensions": [
Expand All @@ -63,7 +63,7 @@
"annular_width": "error",
"clearance": "error",
"copper_edge_clearance": "error",
"courtyards_overlap": "error",
"courtyards_overlap": "ignore",
"diff_pair_gap_out_of_range": "error",
"diff_pair_uncoupled_length_too_long": "error",
"drill_out_of_range": "error",
Expand All @@ -85,8 +85,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",
Expand Down Expand Up @@ -123,6 +123,7 @@
0.16,
0.2,
0.25,
0.3,
0.4
],
"via_dimensions": [
Expand Down
Loading