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
Binary file removed Burnwing Schematic 2025-07-22.pdf
Binary file not shown.
24,712 changes: 13,188 additions & 11,524 deletions Burnwing.kicad_pcb

Large diffs are not rendered by default.

36 changes: 21 additions & 15 deletions Burnwing.kicad_prl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"board": {
"active_layer": 0,
"active_layer_preset": "Front Layers",
"active_layer_preset": "",
"auto_track_width": false,
"hidden_netclasses": [],
"hidden_nets": [],
Expand All @@ -20,7 +20,7 @@
"footprints": true,
"graphics": true,
"keepouts": true,
"lockedItems": false,
"lockedItems": true,
"otherItems": true,
"pads": true,
"text": true,
Expand All @@ -47,8 +47,8 @@
"conflict_shadows",
"shapes"
],
"visible_layers": "00000000_00000000_00000008_82002223",
"zone_display_mode": 0
"visible_layers": "ffffffff_ffffffff_fffffff7_ffffffff",
"zone_display_mode": 1
},
"git": {
"repo_password": "",
Expand All @@ -71,6 +71,8 @@
false,
false,
false,
false,
false,
false
],
"col_order": [
Expand All @@ -83,19 +85,23 @@
6,
7,
8,
9
9,
10,
11
],
"col_widths": [
149,
137,
90,
63,
90,
90,
90,
66,
90,
90
186,
171,
112,
79,
112,
112,
112,
83,
112,
112,
112,
112
],
"custom_group_rules": [],
"expanded_rows": [],
Expand Down
19 changes: 15 additions & 4 deletions Burnwing.kicad_pro
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
"drill": 0.0,
"height": 0.95,
"width": 0.975
"drill": 0.8,
"height": 1.6,
"width": 1.6
},
"silk_line_width": 0.1,
"silk_text_italic": false,
Expand Down Expand Up @@ -108,6 +108,7 @@
"solder_mask_bridge": "error",
"starved_thermal": "error",
"text_height": "warning",
"text_on_edge_cuts": "error",
"text_thickness": "warning",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error",
Expand Down Expand Up @@ -188,6 +189,10 @@
],
"track_widths": [
0.0,
0.2,
0.5,
0.8,
1.0,
2.0
],
"tuning_pattern_settings": {
Expand Down Expand Up @@ -454,6 +459,7 @@
"single_global_label": "ignore",
"unannotated": "error",
"unconnected_wire_endpoint": "warning",
"undefined_netclass": "error",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
Expand Down Expand Up @@ -493,7 +499,12 @@
},
"net_colors": null,
"netclass_assignments": null,
"netclass_patterns": []
"netclass_patterns": [
{
"netclass": "Default",
"pattern": "VDC"
}
]
},
"pcbnew": {
"last_paths": {
Expand Down
Loading